Merge pull request #177329 from SuperSandro2000/certbot

main
Sandro 2 years ago committed by GitHub
commit 03b7aee916
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/development/python-modules/certbot/default.nix

@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "certbot";
version = "1.24.0";
version = "1.28.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-XIKFEPQKIV5s6sZ7LRnlTvsb3cF4KIaiVZ36cAN1AwA=";
sha256 = "sha256-KwjxLNbRL8aOMXmCOg9wwveRVZsSr+PlkJkFmY/yRBs=";
};
sourceRoot = "source/${pname}";

Loading…
Cancel
Save