Author: kkallio
Date: Sat Apr 21 04:04:06 2012
New Revision: 33868
URL: https://nixos.org/websvn/nix/?rev=33868&sc=1

Log:
Eigen hash does not match.  I wonder whether upstream replaced it?

Modified:
   nixpkgs/trunk/pkgs/development/libraries/eigen/default.nix

Modified: nixpkgs/trunk/pkgs/development/libraries/eigen/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/eigen/default.nix  Fri Apr 20 
22:44:50 2012        (r33867)
+++ nixpkgs/trunk/pkgs/development/libraries/eigen/default.nix  Sat Apr 21 
04:04:06 2012        (r33868)
@@ -9,7 +9,7 @@
   src = fetchurl {
     url = "http://bitbucket.org/eigen/eigen/get/${v}.tar.bz2";;
     name = "eigen-${v}.tar.bz2";
-    sha256 = "04lzlhl7r1yqkpq9xabm1v5vgz0z9xqf1k7indgwdw8nfyma3qar";
+    sha256 = "1akcb4g5hvc664gfc6sxb6f6jrm55fgks6017wg0smyvmm6k09v0";
   };
   
   buildNativeInputs = [ cmake ];
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to