cmctl: 1.7.1 -> 1.7.2

This commit is contained in:
R. Ryantm 2022-03-24 10:38:19 +00:00
parent 30d2d4a499
commit 81a80c69f7

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=";