acme-sh: 2.7.9 -> 2.8.0

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:
R. RyanTM 2019-02-06 08:00:38 -08:00
parent 8f58e00226
commit fabb1c4344

View File

@ -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.9"; version = "2.8.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Neilpang"; owner = "Neilpang";
repo = "acme.sh"; repo = "acme.sh";
rev = version; rev = version;
sha256 = "1fp1sifhm4in0cqmc8i0zms7fqxw0rgfi1rkkm496d3068a4a51x"; sha256 = "1h22bmx065v0lhwkr4zykybfl6ppjr2wibgwy2wnihy30g28zq7v";
}; };
nativeBuildInputs = [ makeWrapper ]; nativeBuildInputs = [ makeWrapper ];