Commit 7a9d36bd authored by R. RyanTM's avatar R. RyanTM
Browse files

gatekeeper: 3.19.1 -> 3.19.2

parent f45e75fc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

buildGoModule rec {
  pname = "gatekeeper";
  version = "3.19.1";
  version = "3.19.2";

  src = fetchFromGitHub {
    owner = "open-policy-agent";
    repo = "gatekeeper";
    tag = "v${version}";
    hash = "sha256-zU/OAiWc6H4YC5bnDFrqpfCT1HhDGCm+dkjriP2Wp3w=";
    hash = "sha256-ksspmNq42Wn/4Uzi8omvzCCprP+ELHVGBImgi8GrMSk=";
  };

  vendorHash = null;