acme-sh: 2.7.8 -> 2.7.9
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/acme.sh/versions.
This commit is contained in:
parent
1ae2f10642
commit
3380369f41
@ -1,13 +1,13 @@
|
|||||||
{ stdenv, lib, fetchFromGitHub, makeWrapper, curl, openssl, socat, iproute }:
|
{ stdenv, lib, fetchFromGitHub, makeWrapper, curl, openssl, socat, iproute }:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "acme.sh-${version}";
|
name = "acme.sh-${version}";
|
||||||
version = "2.7.8";
|
version = "2.7.9";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Neilpang";
|
owner = "Neilpang";
|
||||||
repo = "acme.sh";
|
repo = "acme.sh";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0zm64z7av63xi7yjhljab2i8q1vx4q1mpcmcm58jm6k4babalxrf";
|
sha256 = "1fp1sifhm4in0cqmc8i0zms7fqxw0rgfi1rkkm496d3068a4a51x";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
|
Loading…
Reference in New Issue
Block a user