Unverified Commit 106b852a authored by lewo's avatar lewo Committed by GitHub
Browse files

Merge pull request #299888 from r-ryantm/auto-update/open-policy-agent

open-policy-agent: 0.62.1 -> 0.63.0
parents 40fe01a1 b2832010
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@ assert enableWasmEval && stdenv.isDarwin -> builtins.throw "building with wasm o

buildGoModule rec {
  pname = "open-policy-agent";
  version = "0.62.1";
  version = "0.63.0";

  src = fetchFromGitHub {
    owner = "open-policy-agent";
    repo = "opa";
    rev = "v${version}";
    hash = "sha256-iR3/6tqB6jwjy87D6xkKu/N61oenWzU3tEPTYTeEv7c=";
    hash = "sha256-yXYyRl0ZDgS6eB2pB0Iqi3DiBGcIO3Vdet9RLSOczkU=";
  };

  vendorHash = null;