Author: eelco
Date: Wed Apr  4 14:06:04 2012
New Revision: 33563
URL: https://nixos.org/websvn/nix/?rev=33563&sc=1

Log:
* Mercurial updated to 2.1.2.

Modified:
   nixpkgs/trunk/pkgs/applications/version-management/mercurial/default.nix

Modified: 
nixpkgs/trunk/pkgs/applications/version-management/mercurial/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/applications/version-management/mercurial/default.nix    
Wed Apr  4 13:24:11 2012        (r33562)
+++ nixpkgs/trunk/pkgs/applications/version-management/mercurial/default.nix    
Wed Apr  4 14:06:04 2012        (r33563)
@@ -2,14 +2,14 @@
 , guiSupport ? false, tk ? null, curses }:
 
 let
-  name = "mercurial-2.0.2";
+  name = "mercurial-2.1.2";
 in
 stdenv.mkDerivation {
   inherit name;
 
   src = fetchurl {
     url = "http://mercurial.selenic.com/release/${name}.tar.gz";;
-    sha256 = 
"ca8b8fb93f2e3e8c3cdf2f81d87e92592f5f20c5bfcaaeb6a75550d4a69572c9";
+    sha256 = "11lqjnbal667rkbafby9qvb7hyxfycyc7h3hw04p4s4mw64lhkci";
   };
 
   inherit python; # pass it so that the same version can be used in hg2git
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to