Skip to content

Commit

Permalink
Merge pull request #125568 from r-ryantm/auto-update/acme.sh
Browse files Browse the repository at this point in the history
acme-sh: 2.8.9 -> 2.9.0
  • Loading branch information
lukegb authored Jun 6, 2021
2 parents 813f25d + 804dc91 commit aa24e64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/admin/acme.sh/default.nix
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{ stdenv, lib, fetchFromGitHub, makeWrapper, curl, openssl, socat, iproute2, unixtools, dnsutils }:
stdenv.mkDerivation rec {
pname = "acme.sh";
version = "2.8.9";
version = "2.9.0";

src = fetchFromGitHub {
owner = "Neilpang";
repo = "acme.sh";
rev = version;
sha256 = "sha256-xiLAvxly4WbMb6DAXPsXJgQqVmTlX9cbqFECJQ+r0Jk=";
sha256 = "sha256-BSKqfj8idpE4OV8/EJkCFo5i1vq/aEde/moqJcwuDvk=";
};

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit aa24e64

Please sign in to comment.