summary refs log tree commit diff
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2012-04-04 14:06:04 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2012-04-04 14:06:04 +0000
commit4ae899f4bf316538b742952f08b43d64cce28e69 (patch)
tree97691d5c59602829b5c22b1103cdf646ab1e6711
parentf8af12bfefd80335c3a4ce0708220af9cab17932 (diff)
* Mercurial updated to 2.1.2.
svn path=/nixpkgs/trunk/; revision=33563
-rw-r--r--pkgs/applications/version-management/mercurial/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/version-management/mercurial/default.nix b/pkgs/applications/version-management/mercurial/default.nix
index 19c7c0e9f910c..a8898b818d96b 100644
--- a/pkgs/applications/version-management/mercurial/default.nix
+++ b/pkgs/applications/version-management/mercurial/default.nix
@@ -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