From b9d382c2ddeb70dc853f1149cd2b1dd1e3a4f06f Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 18 Jul 2011 15:23:03 +0000 Subject: libtorrent: use sha256 hash returned by nix-prefetch-url svn path=/nixpkgs/trunk/; revision=27827 --- pkgs/tools/networking/p2p/libtorrent/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/tools') 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 ]; -- cgit 1.4.1