Skip to content

Commit

Permalink
gatekeeper: 3.9.2 -> 3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 20, 2022
1 parent 260eb42 commit 9487528
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/cluster/gatekeeper/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

buildGoModule rec {
pname = "gatekeeper";
version = "3.9.2";
version = "3.10.0";

src = fetchFromGitHub {
owner = "open-policy-agent";
repo = "gatekeeper";
rev = "v${version}";
sha256 = "sha256-g6OwUCUR/F4v62yt3cCnAcys0tYYYrYVHC8vZZF5OQ4=";
sha256 = "sha256-4U03gdOls1uPpTqxmjLo1ruE4eeuUlGxphOgS9e5C1A=";
};

vendorSha256 = null;
Expand Down

0 comments on commit 9487528

Please sign in to comment.