Merge pull request #132396 from r-ryantm/auto-update/acme.sh
acme-sh: 2.9.0 -> 3.0.0
This commit is contained in:
commit
93c14ae901
@ -2,13 +2,13 @@
|
|||||||
unixtools, dnsutils, coreutils, gnugrep, gnused }:
|
unixtools, dnsutils, coreutils, gnugrep, gnused }:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "acme.sh";
|
pname = "acme.sh";
|
||||||
version = "2.9.0";
|
version = "3.0.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Neilpang";
|
owner = "Neilpang";
|
||||||
repo = "acme.sh";
|
repo = "acme.sh";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-BSKqfj8idpE4OV8/EJkCFo5i1vq/aEde/moqJcwuDvk=";
|
sha256 = "sha256-KWSDAHzvNl8Iao13OV/ExRoKqkc9nouWim+bAN1V+Jo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
|
Loading…
Reference in New Issue
Block a user