open-policy-agent: 0.60.0 -> 0.61.0

This commit is contained in:
R. Ryantm 2024-01-26 12:25:01 +00:00
parent 5af80acc9a
commit 2e66d0c1b4

View File

@ -11,13 +11,13 @@ assert enableWasmEval && stdenv.isDarwin -> builtins.throw "building with wasm o
buildGoModule rec {
pname = "open-policy-agent";
version = "0.60.0";
version = "0.61.0";
src = fetchFromGitHub {
owner = "open-policy-agent";
repo = "opa";
rev = "v${version}";
hash = "sha256-E+94J83IDLuEayrlwIp8TL+GZeUCkQmSyNL8N7mvK6o=";
hash = "sha256-d0/S9XP/W6Mhs1b9IBzm7kerb6SJ7UzsYS0DnTDVfvY=";
};
vendorHash = null;