gatekeeper: 3.21.0 -> 3.21.1 (#487093)

This commit is contained in:
Sandro
2026-02-05 15:33:49 +00:00
committed by GitHub
+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;