Loading pkgs/development/tools/open-policy-agent/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -11,15 +11,15 @@ assert enableWasmEval && stdenv.isDarwin -> builtins.throw "building with wasm o buildGoModule rec { pname = "open-policy-agent"; version = "0.47.4"; version = "0.48.0"; src = fetchFromGitHub { owner = "open-policy-agent"; repo = "opa"; rev = "v${version}"; sha256 = "sha256-EHDSil077g/K8XCWQ9Pry/oyh0Bs3ckS/5Co1z/+Yes="; hash = "sha256-//xwk5T477Ae61MqZCrj8VcG23mqrP04/VVuUwtxyio="; }; vendorSha256 = null; vendorHash = null; nativeBuildInputs = [ installShellFiles ]; Loading Loading
pkgs/development/tools/open-policy-agent/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -11,15 +11,15 @@ assert enableWasmEval && stdenv.isDarwin -> builtins.throw "building with wasm o buildGoModule rec { pname = "open-policy-agent"; version = "0.47.4"; version = "0.48.0"; src = fetchFromGitHub { owner = "open-policy-agent"; repo = "opa"; rev = "v${version}"; sha256 = "sha256-EHDSil077g/K8XCWQ9Pry/oyh0Bs3ckS/5Co1z/+Yes="; hash = "sha256-//xwk5T477Ae61MqZCrj8VcG23mqrP04/VVuUwtxyio="; }; vendorSha256 = null; vendorHash = null; nativeBuildInputs = [ installShellFiles ]; Loading