summary refs log tree commit diff
diff options
context:
space:
mode:
authorHerwig Hochleitner <herwig@bendlas.net>2017-03-18 01:27:11 +0100
committerMichael Raskin <7c6f434c@mail.ru>2017-03-22 08:54:35 +0100
commit938df03ed1ae250fd21a7615763b1ecabb041b66 (patch)
treeb479cfb22d87ebb27e6777934ccf938eeef82e4e
parent2cd599e5c0737922c423e593d2985cdb6d1e0a9a (diff)
downloadnixpkgs-938df03ed1ae250fd21a7615763b1ecabb041b66.tar
nixpkgs-938df03ed1ae250fd21a7615763b1ecabb041b66.tar.gz
nixpkgs-938df03ed1ae250fd21a7615763b1ecabb041b66.tar.bz2
nixpkgs-938df03ed1ae250fd21a7615763b1ecabb041b66.tar.lz
nixpkgs-938df03ed1ae250fd21a7615763b1ecabb041b66.tar.xz
nixpkgs-938df03ed1ae250fd21a7615763b1ecabb041b66.tar.zst
nixpkgs-938df03ed1ae250fd21a7615763b1ecabb041b66.zip
radare2: fix hash
-rw-r--r--pkgs/development/tools/analysis/radare2/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/analysis/radare2/default.nix b/pkgs/development/tools/analysis/radare2/default.nix
index 5befd5e620d..a3267d8d9ea 100644
--- a/pkgs/development/tools/analysis/radare2/default.nix
+++ b/pkgs/development/tools/analysis/radare2/default.nix
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
 
   src = fetchurl {
     url = "http://cloud.radare.org/get/${version}/${name}.tar.gz";
-    sha256 = "08p2vhv6vkqvknwq18xl5wgf843lbpbmb111x23gkkxm6vxvpydd";
+    sha256 = "1kwp0i5sqk5almnx4g8claimqz8rwvv1fn8x66k4az1s8k7g9kiv";
   };