cmctl: 1.13.0 -> 1.13.1

This commit is contained in:
R. Ryantm 2023-10-06 23:58:28 +00:00
parent 0b48455b2d
commit 71af7fb4a3

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"