Commit 5cdaf596 authored by 06kellyjac's avatar 06kellyjac
Browse files
parent 5fa6306f
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 ];