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-05-17 06:48:43 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-05-17 06:48:43 +0000
commitae2918bcf11284c1d1b30d60c6bed9082af57dcd (patch)
tree7f9526cd14e26b063e0cb9bd247aada4713d8f31 /pkgs/development/tools/analysis
parent541397177ba3943a88184c3a6681f1c24057d759 (diff)
cutter: 2.2.0 -> 2.2.1
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;
   };