about summary refs log tree commit diff
path: root/pkgs/development/tools/analysis
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-05-17 18:02:29 +0000
committerGitHub <noreply@github.com>2023-05-17 18:02:29 +0000
commitc88f934492cde14166ebcaaae4e8416d8e3b1e73 (patch)
treecfcf0f79e4396497527f87a7ac6f61b3cf1ab6fe /pkgs/development/tools/analysis
parentc5541dd772a6d70f86c827513ed4d12515da4326 (diff)
parent0f3ccf81bb4dacd7d1980e1e6e87ed414b3f5fd1 (diff)
Merge staging-next into staging
Diffstat (limited to 'pkgs/development/tools/analysis')
-rw-r--r--pkgs/development/tools/analysis/rizin/cutter.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/analysis/rizin/cutter.nix b/pkgs/development/tools/analysis/rizin/cutter.nix
index 5fcfb20147b07..dd5f43b9d7a48 100644
--- a/pkgs/development/tools/analysis/rizin/cutter.nix
+++ b/pkgs/development/tools/analysis/rizin/cutter.nix
@@ -11,13 +11,13 @@
 
 mkDerivation rec {
   pname = "cutter";
-  version = "2.2.0";
+  version = "2.2.1";
 
   src = fetchFromGitHub {
     owner = "rizinorg";
     repo = "cutter";
     rev = "v${version}";
-    hash = "sha256-TgYX7FKTi5FBlCRDskGC/OUyh5yvS0nsLUtfCCC4S1w=";
+    hash = "sha256-rzMLPkL382webds7cnfanHy9BsV+8ARkl6aES5ckmO4=";
     fetchSubmodules = true;
   };