gatekeeper: 3.19.0 -> 3.19.1

This commit is contained in:
R. Ryantm
2025-04-26 01:20:15 +00:00
parent 5525a6aace
commit d7db0976bb
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "gatekeeper";
version = "3.19.0";
version = "3.19.1";
src = fetchFromGitHub {
owner = "open-policy-agent";
repo = "gatekeeper";
tag = "v${version}";
hash = "sha256-qxphyAAIacS0NY5nkmL8G4A4v/kJAXiH6ldjVeH7vY0=";
hash = "sha256-zU/OAiWc6H4YC5bnDFrqpfCT1HhDGCm+dkjriP2Wp3w=";
};
vendorHash = null;