kube-score: 1.19.0 -> 1.20.0

This commit is contained in:
R. Ryantm
2025-04-28 19:56:12 +00:00
parent 917ee0af83
commit a9707a0ee4
+3 -3
View File
@@ -8,16 +8,16 @@
buildGoModule rec {
pname = "kube-score";
version = "1.19.0";
version = "1.20.0";
src = fetchFromGitHub {
owner = "zegl";
repo = pname;
rev = "v${version}";
hash = "sha256-YsbefR6WkFef5nhbD9ACQ7Xx572RsHlL2zY78RtTtsQ=";
hash = "sha256-ZqhuqPWCfJKi38Jdazr5t5Wulsqzl1D4/81ZTvW10Co=";
};
vendorHash = "sha256-9P7emxfRolhGEMiAJmBczksWkyHVFUtPZaNrjXkZ4t4=";
vendorHash = "sha256-uv+82x94fEa/3tjcofLGIPhJpwUzSkEbarGVq8wVEUc=";
ldflags = [
"-s"