gatekeeper: 3.18.2 -> 3.19.0

This commit is contained in:
R. Ryantm
2025-04-09 19:51:18 +00:00
parent b1dd7557c3
commit eb763f5307
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "gatekeeper";
version = "3.18.2";
version = "3.19.0";
src = fetchFromGitHub {
owner = "open-policy-agent";
repo = "gatekeeper";
tag = "v${version}";
hash = "sha256-lO+z/6JRn0iKNoCMiMgYKZ8Jo53udoylleHFRyTF+4w=";
hash = "sha256-qxphyAAIacS0NY5nkmL8G4A4v/kJAXiH6ldjVeH7vY0=";
};
vendorHash = null;