about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2023-03-29 07:09:12 +0100
committerGitHub <noreply@github.com>2023-03-29 07:09:12 +0100
commit8667b0cb36e80cf4cb9625de32cee7f80750940d (patch)
treefb1a358bfdf6f6154fa255a23b13648ed10e967d
parentd805a3466913047b9bcce7fea1d3d774da50abdd (diff)
parentd561b555b6c9e8dc6d6ad7262e286ae5d59ea670 (diff)
Merge pull request #223626 from LeSuisse/rizin-0.5.2
rizin: 0.5.1 -> 0.5.2
-rw-r--r--pkgs/development/tools/analysis/rizin/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/analysis/rizin/default.nix b/pkgs/development/tools/analysis/rizin/default.nix
index 2e1a77eda9186..276057583f4ed 100644
--- a/pkgs/development/tools/analysis/rizin/default.nix
+++ b/pkgs/development/tools/analysis/rizin/default.nix
@@ -23,11 +23,11 @@
 
 stdenv.mkDerivation rec {
   pname = "rizin";
-  version = "0.5.1";
+  version = "0.5.2";
 
   src = fetchurl {
     url = "https://github.com/rizinorg/rizin/releases/download/v${version}/rizin-src-v${version}.tar.xz";
-    hash = "sha256-96EzipCd5GX1bkpZIXZp1ZUVO+Oe4t5bhthGZHUVmFk=";
+    hash = "sha256-cauA/DyKycgKEAANg4EoryigXTGg7hg5AMLFxuNQ7KM=";
   };
 
   mesonFlags = [