about summary refs log tree commit diff
diff options
context:
space:
mode:
authorlewo <lewo@abesis.fr>2024-03-29 09:13:34 +0100
committerGitHub <noreply@github.com>2024-03-29 09:13:34 +0100
commit106b852a304e2acba34eadec4500b3ac00cce10c (patch)
tree2b23414e7d6f4cbe68b0f7b331b3af144ad0d20b
parent40fe01a193edb01deddc0f4c19c02630c5b3dc8c (diff)
parentb28320100bc5ae95de0abee748c3d89aadd065ad (diff)
downloadnixlib-106b852a304e2acba34eadec4500b3ac00cce10c.tar
nixlib-106b852a304e2acba34eadec4500b3ac00cce10c.tar.gz
nixlib-106b852a304e2acba34eadec4500b3ac00cce10c.tar.bz2
nixlib-106b852a304e2acba34eadec4500b3ac00cce10c.tar.lz
nixlib-106b852a304e2acba34eadec4500b3ac00cce10c.tar.xz
nixlib-106b852a304e2acba34eadec4500b3ac00cce10c.tar.zst
nixlib-106b852a304e2acba34eadec4500b3ac00cce10c.zip
Merge pull request #299888 from r-ryantm/auto-update/open-policy-agent
open-policy-agent: 0.62.1 -> 0.63.0
-rw-r--r--pkgs/development/tools/open-policy-agent/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/open-policy-agent/default.nix b/pkgs/development/tools/open-policy-agent/default.nix
index 7346b9bea1d9..c175d788b355 100644
--- a/pkgs/development/tools/open-policy-agent/default.nix
+++ b/pkgs/development/tools/open-policy-agent/default.nix
@@ -11,13 +11,13 @@ assert enableWasmEval && stdenv.isDarwin -> builtins.throw "building with wasm o
 
 buildGoModule rec {
   pname = "open-policy-agent";
-  version = "0.62.1";
+  version = "0.63.0";
 
   src = fetchFromGitHub {
     owner = "open-policy-agent";
     repo = "opa";
     rev = "v${version}";
-    hash = "sha256-iR3/6tqB6jwjy87D6xkKu/N61oenWzU3tEPTYTeEv7c=";
+    hash = "sha256-yXYyRl0ZDgS6eB2pB0Iqi3DiBGcIO3Vdet9RLSOczkU=";
   };
 
   vendorHash = null;