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

acme-sh: 2.8.9 -> 2.9.0

authored by Luke Granger-Brown and committed by GitHub aa24e645 813f25db

+2 -2
+2 -2
pkgs/tools/admin/acme.sh/default.nix
··· 1 1 { stdenv, lib, fetchFromGitHub, makeWrapper, curl, openssl, socat, iproute2, unixtools, dnsutils }: 2 2 stdenv.mkDerivation rec { 3 3 pname = "acme.sh"; 4 - version = "2.8.9"; 4 + version = "2.9.0"; 5 5 6 6 src = fetchFromGitHub { 7 7 owner = "Neilpang"; 8 8 repo = "acme.sh"; 9 9 rev = version; 10 - sha256 = "sha256-xiLAvxly4WbMb6DAXPsXJgQqVmTlX9cbqFECJQ+r0Jk="; 10 + sha256 = "sha256-BSKqfj8idpE4OV8/EJkCFo5i1vq/aEde/moqJcwuDvk="; 11 11 }; 12 12 13 13 nativeBuildInputs = [ makeWrapper ];