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

cmctl: 1.13.0 -> 1.13.1
This commit is contained in:
Mario Rodas 2023-10-07 19:41:37 -05:00 committed by GitHub
commit 4569884d32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,18 +8,18 @@
buildGoModule rec {
pname = "cmctl";
version = "1.13.0";
version = "1.13.1";
src = fetchFromGitHub {
owner = "cert-manager";
repo = "cert-manager";
rev = "v${version}";
hash = "sha256-o51CIwZeBq3XrNvu6n6dVCsmXH2pU7l3igw61KjI0cw=";
hash = "sha256-l0D7uVoYTwiVI+b8yYpsJk/eAG5XYidR9CaQ595aTjw=";
};
sourceRoot = "${src.name}/cmd/ctl";
vendorHash = "sha256-szDFQ5zxZ4IUMaIe/eyQAouomR6kpQXn/LZ3MEBbx0Y=";
vendorHash = "sha256-3Ws2ObyBVYog7oVqHeEgIeWeRQpV1Z+Clilp8wI/PUA=";
ldflags = [
"-s"