Author: amiddelk
Date: Tue Feb 21 09:01:56 2012
New Revision: 32444
URL: https://nixos.org/websvn/nix/?rev=32444&sc=1

Log:
Updated the hash of texlive's 'moderncv.zip'.

Apparently the file gets updated once in a while. It does not have a version 
number either. Not very nice.

Modified:
   nixpkgs/trunk/pkgs/tools/typesetting/tex/texlive/moderncv.nix

Modified: nixpkgs/trunk/pkgs/tools/typesetting/tex/texlive/moderncv.nix
==============================================================================
--- nixpkgs/trunk/pkgs/tools/typesetting/tex/texlive/moderncv.nix       Mon Feb 
20 21:49:05 2012        (r32443)
+++ nixpkgs/trunk/pkgs/tools/typesetting/tex/texlive/moderncv.nix       Tue Feb 
21 09:01:56 2012        (r32444)
@@ -3,7 +3,7 @@
   name = "moderncv-2012.01.16";
   src = fetchurl {
     url = "http://mirror.ctan.org/macros/latex/contrib/moderncv.zip";;
-    sha256 = "1sfpj76p0z128rvxw0svh7dfrvf3zhmi3v7bkzfkll4byij34ni0";
+    sha256 = 
"5cd2117cd2a3572dbc055033ca81ca744ee65918c42d23687e133bb1e6ddd644";
   };
 
   buildInputs = [texLive unzip];
_______________________________________________
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to