gatekeeper: 3.13.4 -> 3.15.0

This commit is contained in:
R. Ryantm
2024-02-06 05:35:58 +00:00
parent 7aeb86c1fa
commit 40145eef08
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "gatekeeper";
version = "3.13.4";
version = "3.15.0";
src = fetchFromGitHub {
owner = "open-policy-agent";
repo = "gatekeeper";
rev = "v${version}";
hash = "sha256-h6GxU7y6z5wyZjuK7wI6BG0aF2u6hqLsID7ijTNzifc=";
hash = "sha256-Mt9bSgmqjj9KkJJW0F2tr2P8GtSy80h9CfMXvIxyKc4=";
};
vendorHash = null;