3
0
Fork 0
forked from mirrors/nixpkgs

open-policy-agent: 0.42.0 -> 0.43.0

This commit is contained in:
R. Ryantm 2022-07-30 06:42:46 +00:00
parent d2f9abdcc0
commit 2d773c5afd

View file

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