open-policy-agent: 1.8.0 -> 1.9.0

This commit is contained in:
R. Ryantm
2025-09-26 13:27:23 +00:00
parent 231b94ff35
commit eac467e888
@@ -14,13 +14,13 @@ assert
buildGoModule (finalAttrs: {
pname = "open-policy-agent";
version = "1.8.0";
version = "1.9.0";
src = fetchFromGitHub {
owner = "open-policy-agent";
repo = "opa";
tag = "v${finalAttrs.version}";
hash = "sha256-U8LP85Qpl6G1O2UcmlXxOTohPUts0IcmTLWNYOHrTlY=";
hash = "sha256-VeN62lULKA+4Krd0as2B7LxaA43jcevamYV6S3OxB2o=";
};
vendorHash = null;