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

gatekeeper: 3.20.0 -> 3.20.1 (#438461)

parents b54bc293 4afcb464
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

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

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

  vendorHash = null;