Author: simons
Date: Mon Jul 18 15:23:03 2011
New Revision: 27827
URL: https://svn.nixos.org/websvn/nix/?rev=27827&sc=1

Log:
libtorrent: use sha256 hash returned by nix-prefetch-url

Modified:
   nixpkgs/trunk/pkgs/tools/networking/p2p/libtorrent/default.nix

Modified: nixpkgs/trunk/pkgs/tools/networking/p2p/libtorrent/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/tools/networking/p2p/libtorrent/default.nix      Mon Jul 
18 15:03:15 2011        (r27826)
+++ nixpkgs/trunk/pkgs/tools/networking/p2p/libtorrent/default.nix      Mon Jul 
18 15:23:03 2011        (r27827)
@@ -8,7 +8,7 @@
 
   src = fetchurl {
     url = 
"http://libtorrent.rakshasa.no/downloads/libtorrent-${version}.tar.gz";;
-    sha256 = 
"25dc9e8dd45d070f447e599bef08ef0ca421bac6e7f55e608dcd19360594af64";
+    sha256 = "0r5gjh2kc6fdimh5xxg7qsx2390cxw4fz6srgr20y1sxsj6rxp0m";
   };
 
   buildInputs = [ pkgconfig openssl libsigcxx ];
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to