about summary refs log tree commit diff
path: root/pkgs/tools/admin/acme-sh
diff options
context:
space:
mode:
authoremilylange <git@emilylange.de>2023-06-09 15:38:00 +0200
committeremilylange <git@emilylange.de>2023-06-09 15:38:00 +0200
commit5441932945f73b7869fa376a3c03627e02aa666e (patch)
tree45e2f106070db678aaa55ea2c53ffbd8f03f5107 /pkgs/tools/admin/acme-sh
parenta64b73e07d4aa65cfcbda29ecf78eaf9e72e44bd (diff)
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
Diffstat (limited to 'pkgs/tools/admin/acme-sh')
-rw-r--r--pkgs/tools/admin/acme-sh/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/admin/acme-sh/default.nix b/pkgs/tools/admin/acme-sh/default.nix
index d6c661583e6e7..63515281351bc 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 = [