acme-sh: 3.0.2 -> 3.0.4

This commit is contained in:
Fabian Affolter 2022-05-28 17:10:17 +02:00
parent d91c644006
commit 68927c1418

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "acme.sh"; pname = "acme.sh";
version = "3.0.2"; version = "3.0.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "acmesh-official"; owner = "acmesh-official";
repo = "acme.sh"; repo = "acme.sh";
rev = version; rev = version;
sha256 = "sha256-sv67XjNQ/+E7uF7IW+96BeOWm3uonMboehVtBh1l9/E="; sha256 = "sha256-PHxL48Gj6CJG4r3LXKQCU0KARmTu7DQrC29oLi7gvU8=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [