Unverified Commit b3c86fff authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #212233 from 06kellyjac/opa

open-policy-agent: 0.47.4 -> 0.48.0
parents 4698e576 5cdaf596
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -11,15 +11,15 @@ assert enableWasmEval && stdenv.isDarwin -> builtins.throw "building with wasm o

buildGoModule rec {
  pname = "open-policy-agent";
  version = "0.47.4";
  version = "0.48.0";

  src = fetchFromGitHub {
    owner = "open-policy-agent";
    repo = "opa";
    rev = "v${version}";
    sha256 = "sha256-EHDSil077g/K8XCWQ9Pry/oyh0Bs3ckS/5Co1z/+Yes=";
    hash = "sha256-//xwk5T477Ae61MqZCrj8VcG23mqrP04/VVuUwtxyio=";
  };
  vendorSha256 = null;
  vendorHash = null;

  nativeBuildInputs = [ installShellFiles ];