emilylange 2023-06-09 15:38:00 +02:00
parent a64b73e07d
commit 5441932945
No known key found for this signature in database
GPG Key ID: 0AD773CE46FD0F87

View File

@ -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 = [