Merge pull request #165595 from r-ryantm/auto-update/cmctl

cmctl: 1.7.1 -> 1.7.2
This commit is contained in:
Ryan Mulligan 2022-03-24 07:57:34 -07:00 committed by GitHub
commit 85d606f54e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "cmctl";
version = "1.7.1";
version = "1.7.2";
src = fetchFromGitHub {
owner = "cert-manager";
repo = "cert-manager";
rev = "v${version}";
sha256 = "sha256-RO7YcGEfAQ9kTxfqgekYf6M5b6Fg64hCPLA/vt6IWp8=";
sha256 = "sha256-Hx6MG5GCZyOX0tfpg1bfUT0BOI3p7Mws1VCz2PuUuw8=";
};
vendorSha256 = "sha256-4zhdpedOmLl/i1G0QCto4ACxguWRZLzOm5HfMBMtvPY=";