Merge pull request #43951 from r-ryantm/auto-update/acme.sh

acme-sh: 2.7.8 -> 2.7.9
This commit is contained in:
Frederik Rietdijk 2018-07-22 08:20:52 +02:00 committed by GitHub
commit d4d08c4dba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,13 +1,13 @@
{ stdenv, lib, fetchFromGitHub, makeWrapper, curl, openssl, socat, iproute }:
stdenv.mkDerivation rec {
name = "acme.sh-${version}";
version = "2.7.8";
version = "2.7.9";
src = fetchFromGitHub {
owner = "Neilpang";
repo = "acme.sh";
rev = version;
sha256 = "0zm64z7av63xi7yjhljab2i8q1vx4q1mpcmcm58jm6k4babalxrf";
sha256 = "1fp1sifhm4in0cqmc8i0zms7fqxw0rgfi1rkkm496d3068a4a51x";
};
nativeBuildInputs = [ makeWrapper ];