Unverified Commit 1683c192 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

gatekeeper: 3.20.1 -> 3.21.0 (#463346)

parents 43cf1903 f02e24b5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

buildGoModule rec {
  pname = "gatekeeper";
  version = "3.20.1";
  version = "3.21.0";

  src = fetchFromGitHub {
    owner = "open-policy-agent";
    repo = "gatekeeper";
    tag = "v${version}";
    hash = "sha256-vChpVCw2La4cgNMDFnC7thU4jSmJ4LlOLVVeURNQ1+0=";
    hash = "sha256-lnnV5JhaBH2hZFSWUJPewmPpOmBFvUZwrbY/NSbap48=";
  };

  vendorHash = null;