gatekeeper: 3.21.0 -> 3.21.1

This commit is contained in:
R. Ryantm
2026-02-05 01:14:35 +00:00
parent 4a65905b70
commit 4f1e51fffa
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "gatekeeper";
version = "3.21.0";
version = "3.21.1";
src = fetchFromGitHub {
owner = "open-policy-agent";
repo = "gatekeeper";
tag = "v${version}";
hash = "sha256-lnnV5JhaBH2hZFSWUJPewmPpOmBFvUZwrbY/NSbap48=";
hash = "sha256-KzddaF334jhrIyJlfU2iTGBi+Oi67PK2dkIBkHk8oLY=";
};
vendorHash = null;