Unverified Commit 87ab26db authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

acme-sh: 3.0.8 -> 3.0.9 (#346620)

parents e30c3f19 2e66af2c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,13 +15,13 @@

stdenv.mkDerivation rec {
  pname = "acme.sh";
  version = "3.0.8";
  version = "3.0.9";

  src = fetchFromGitHub {
    owner = "acmesh-official";
    repo = "acme.sh";
    rev = "refs/tags/${version}";
    hash = "sha256-RFybUjBRrpnNCEVKmix2EPiIXrq8p+v4zJaI14NFQQ0=";
    hash = "sha256-GJNaY5Dxis/x5bCvOPnIvJ4VrJkjjaaOFq68JYXxDf0=";
  };

  nativeBuildInputs = [