summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2011-07-18 15:23:03 +0000
committerPeter Simons <simons@cryp.to>2011-07-18 15:23:03 +0000
commitb9d382c2ddeb70dc853f1149cd2b1dd1e3a4f06f (patch)
tree968b8d5a7747ed4e978fe252ca2e9ecffeb59533 /pkgs/tools
parentb70a14f88c4953221abf302c4865520f9cd5c5ca (diff)
downloadnixlib-b9d382c2ddeb70dc853f1149cd2b1dd1e3a4f06f.tar
nixlib-b9d382c2ddeb70dc853f1149cd2b1dd1e3a4f06f.tar.gz
nixlib-b9d382c2ddeb70dc853f1149cd2b1dd1e3a4f06f.tar.bz2
nixlib-b9d382c2ddeb70dc853f1149cd2b1dd1e3a4f06f.tar.lz
nixlib-b9d382c2ddeb70dc853f1149cd2b1dd1e3a4f06f.tar.xz
nixlib-b9d382c2ddeb70dc853f1149cd2b1dd1e3a4f06f.tar.zst
nixlib-b9d382c2ddeb70dc853f1149cd2b1dd1e3a4f06f.zip
libtorrent: use sha256 hash returned by nix-prefetch-url
svn path=/nixpkgs/trunk/; revision=27827
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/networking/p2p/libtorrent/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/p2p/libtorrent/default.nix b/pkgs/tools/networking/p2p/libtorrent/default.nix
index e702a406aad3..76aedf1c0ef9 100644
--- a/pkgs/tools/networking/p2p/libtorrent/default.nix
+++ b/pkgs/tools/networking/p2p/libtorrent/default.nix
@@ -8,7 +8,7 @@ stdenv.mkDerivation {
 
   src = fetchurl {
     url = "http://libtorrent.rakshasa.no/downloads/libtorrent-${version}.tar.gz";
-    sha256 = "25dc9e8dd45d070f447e599bef08ef0ca421bac6e7f55e608dcd19360594af64";
+    sha256 = "0r5gjh2kc6fdimh5xxg7qsx2390cxw4fz6srgr20y1sxsj6rxp0m";
   };
 
   buildInputs = [ pkgconfig openssl libsigcxx ];