From 5441932945f73b7869fa376a3c03627e02aa666e Mon Sep 17 00:00:00 2001 From: emilylange Date: Fri, 9 Jun 2023 15:38:00 +0200 Subject: [PATCH] acme-sh: 3.0.5 -> 3.0.6 RCE fix https://github.com/acmesh-official/acme.sh/releases/tag/3.0.6 diff: https://github.com/acmesh-official/acme.sh/compare/3.0.5...3.0.6 --- pkgs/tools/admin/acme-sh/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/admin/acme-sh/default.nix b/pkgs/tools/admin/acme-sh/default.nix index d6c661583e6e..63515281351b 100644 --- a/pkgs/tools/admin/acme-sh/default.nix +++ b/pkgs/tools/admin/acme-sh/default.nix @@ -15,13 +15,13 @@ stdenv.mkDerivation rec { pname = "acme.sh"; - version = "3.0.5"; + version = "3.0.6"; src = fetchFromGitHub { owner = "acmesh-official"; repo = "acme.sh"; rev = "refs/tags/${version}"; - hash = "sha256-IDhJRIsk+a+tP+ZeNm6nGvkDh54M0uvAMnSWHbCF3E8="; + hash = "sha256-4Chqdr4a9+T+/o1vCPY5xMREoYl0HxY3OlGRD86ulGs="; }; nativeBuildInputs = [