1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 21:21:06 +00:00

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

acme-sh: 2.7.9 -> 2.8.0
This commit is contained in:
Vladyslav M 2019-02-06 19:11:14 +02:00 committed by GitHub
commit 5382ee6c21
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.9";
version = "2.8.0";
src = fetchFromGitHub {
owner = "Neilpang";
repo = "acme.sh";
rev = version;
sha256 = "1fp1sifhm4in0cqmc8i0zms7fqxw0rgfi1rkkm496d3068a4a51x";
sha256 = "1h22bmx065v0lhwkr4zykybfl6ppjr2wibgwy2wnihy30g28zq7v";
};
nativeBuildInputs = [ makeWrapper ];