Unverified Commit 10ee18ca authored by Cui Chen's avatar Cui Chen Committed by GitHub
Browse files

certbot: 2.6.0 -> 2.7.4 (#267710)

parent 471b0874
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,13 +27,13 @@

buildPythonPackage rec {
  pname = "certbot";
  version = "2.6.0";
  version = "2.7.4";

  src = fetchFromGitHub {
    owner = pname;
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-CbYamk1+NvcyS6w7pOjpD5lqWHCk+VJqF9R3xYxzpQk=";
    hash = "sha256-BZ7JqAciwbmkpbzR/qZHAraLJWWXNRN3Er4XvfU5kYs=";
  };

  sourceRoot = "${src.name}/${pname}";