open-policy-agent: 0.45.0 -> 0.47.0

This commit is contained in:
R. Ryantm
2022-12-06 15:39:11 +00:00
parent 7ea3d4395d
commit 5a18fafe26
@@ -11,13 +11,13 @@ assert enableWasmEval && stdenv.isDarwin -> builtins.throw "building with wasm o
buildGoModule rec {
pname = "open-policy-agent";
version = "0.45.0";
version = "0.47.0";
src = fetchFromGitHub {
owner = "open-policy-agent";
repo = "opa";
rev = "v${version}";
sha256 = "sha256-7w5HOZr1cei7AvMdHdVzjB3ZQGWCOgm/g9UhuO3vSJI=";
sha256 = "sha256-aN/3xJFAc4r1nXF01tz4G4lP1KEQZQ3y+QuJ+wToD6M=";
};
vendorSha256 = null;