about summary refs log tree commit diff
path: root/pkgs/development/tools/analysis
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-08-29 23:55:56 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-08-29 23:55:56 +0000
commit26ee8b86a18b150e28c442c39ec33c9215769f88 (patch)
tree0ca10d3c7d9bebbdb1409d3c709bee019da6d89a /pkgs/development/tools/analysis
parente580181a13b16c737ce8c63dbf55fc4f60da1e30 (diff)
downloadnixlib-26ee8b86a18b150e28c442c39ec33c9215769f88.tar
nixlib-26ee8b86a18b150e28c442c39ec33c9215769f88.tar.gz
nixlib-26ee8b86a18b150e28c442c39ec33c9215769f88.tar.bz2
nixlib-26ee8b86a18b150e28c442c39ec33c9215769f88.tar.lz
nixlib-26ee8b86a18b150e28c442c39ec33c9215769f88.tar.xz
nixlib-26ee8b86a18b150e28c442c39ec33c9215769f88.tar.zst
nixlib-26ee8b86a18b150e28c442c39ec33c9215769f88.zip
rizin: 0.6.0 -> 0.6.1
Diffstat (limited to 'pkgs/development/tools/analysis')
-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 cfc24aef9799..8a99a455bbdf 100644
--- a/pkgs/development/tools/analysis/rizin/default.nix
+++ b/pkgs/development/tools/analysis/rizin/default.nix
@@ -25,11 +25,11 @@
 
 let rizin = stdenv.mkDerivation rec {
   pname = "rizin";
-  version = "0.6.0";
+  version = "0.6.1";
 
   src = fetchurl {
     url = "https://github.com/rizinorg/rizin/releases/download/v${version}/rizin-src-v${version}.tar.xz";
-    hash = "sha256-apJJBu/fVHrFBGJ2f1rdU5AkNuekhi0sDiTKkbd2FQg=";
+    hash = "sha256-dgZHyvinimOKDgQL97icPtBk+r3+rE/kT/FdYrqsbJE=";
   };
 
   mesonFlags = [