open-policy-agent: 0.41.0 -> 0.42.0

This commit is contained in:
06kellyjac 2022-07-04 13:46:06 +01:00
parent d81ef1332a
commit 887f70ffbd

View File

@ -11,13 +11,13 @@ assert enableWasmEval && stdenv.isDarwin -> builtins.throw "building with wasm o
buildGoModule rec {
pname = "open-policy-agent";
version = "0.41.0";
version = "0.42.0";
src = fetchFromGitHub {
owner = "open-policy-agent";
repo = "opa";
rev = "v${version}";
sha256 = "sha256-mvTaVKNE+XSBhJkodKSkLHoxJPOInPCycsoeeEJXABQ=";
sha256 = "sha256-Sn0vtC6skQE/IxXj3cjrq5iXYjM1wi17d4eavPKhk+g=";
};
vendorSha256 = null;