Skip to content

Commit

Permalink
radare2: fix hash
Browse files Browse the repository at this point in the history
  • Loading branch information
bendlas authored and 7c6f434c committed Mar 22, 2017
1 parent 2cd599e commit 938df03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/tools/analysis/radare2/default.nix
Expand Up @@ -18,7 +18,7 @@ stdenv.mkDerivation rec {

src = fetchurl {
url = "http://cloud.radare.org/get/${version}/${name}.tar.gz";
sha256 = "08p2vhv6vkqvknwq18xl5wgf843lbpbmb111x23gkkxm6vxvpydd";
sha256 = "1kwp0i5sqk5almnx4g8claimqz8rwvv1fn8x66k4az1s8k7g9kiv";
};


Expand Down

3 comments on commit 938df03

@copumpkin
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Always makes me a little uneasy to see hashes change without versions changing...

@7c6f434c
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, this is discussed in the original PR.

It doesn't look like any of the participants of the discussion was happy about the upstream tarball replacement.

On the bright side: #23850 (comment) it seems the problem is about wrong times (generated files nominally older than the sources?). Wouldn't happen if we stored .nar.xz instead of these fragile tarballs!

@copumpkin
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, sorry, missed the PR discussion.

Please sign in to comment.