summary refs log tree commit diff
path: root/pkgs/development/tools/analysis
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-09-28 19:10:44 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-09-28 19:10:44 -0700
commit8fe18e4b3e7b0baa6366b6846c391b1261a5d734 (patch)
treeb3ee75977f15da265ed83bc8bcd31755dd253d84 /pkgs/development/tools/analysis
parentc455adcc42f9b2b62376b9fee99a0c5004a52425 (diff)
downloadnixpkgs-8fe18e4b3e7b0baa6366b6846c391b1261a5d734.tar
nixpkgs-8fe18e4b3e7b0baa6366b6846c391b1261a5d734.tar.gz
nixpkgs-8fe18e4b3e7b0baa6366b6846c391b1261a5d734.tar.bz2
nixpkgs-8fe18e4b3e7b0baa6366b6846c391b1261a5d734.tar.lz
nixpkgs-8fe18e4b3e7b0baa6366b6846c391b1261a5d734.tar.xz
nixpkgs-8fe18e4b3e7b0baa6366b6846c391b1261a5d734.tar.zst
nixpkgs-8fe18e4b3e7b0baa6366b6846c391b1261a5d734.zip
radare2-cutter: 1.8.3 -> 1.9.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/radare2-cutter/versions
Diffstat (limited to 'pkgs/development/tools/analysis')
-rw-r--r--pkgs/development/tools/analysis/radare2/cutter.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/analysis/radare2/cutter.nix b/pkgs/development/tools/analysis/radare2/cutter.nix
index 84c56a9b569..252e95e5793 100644
--- a/pkgs/development/tools/analysis/radare2/cutter.nix
+++ b/pkgs/development/tools/analysis/radare2/cutter.nix
@@ -10,13 +10,13 @@
 
 stdenv.mkDerivation rec {
   pname = "radare2-cutter";
-  version = "1.8.3";
+  version = "1.9.0";
 
   src = fetchFromGitHub {
     owner = "radareorg";
     repo = "cutter";
     rev = "v${version}";
-    sha256 = "03f3cdckh51anx9gd1b0ndb2fg7061hqngvygf32ky29mm2m2lyv";
+    sha256 = "1ln55ssrasbaam267lwc2vxnm8j0c2x35qsda44xi2p8hqxslf8k";
   };
 
   postUnpack = "export sourceRoot=$sourceRoot/src";