summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2015-01-06 14:29:22 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2015-01-06 14:29:22 +0100
commit0b8ac6b791ce13d841aebb8b42d0f6817fe14448 (patch)
tree620bf31165c6221e4df134b926e42b97c7e74f0e /pkgs/applications
parentc6f9de893280b427c9c9983b8cbc4723fdc27048 (diff)
downloadnixlib-0b8ac6b791ce13d841aebb8b42d0f6817fe14448.tar
nixlib-0b8ac6b791ce13d841aebb8b42d0f6817fe14448.tar.gz
nixlib-0b8ac6b791ce13d841aebb8b42d0f6817fe14448.tar.bz2
nixlib-0b8ac6b791ce13d841aebb8b42d0f6817fe14448.tar.lz
nixlib-0b8ac6b791ce13d841aebb8b42d0f6817fe14448.tar.xz
nixlib-0b8ac6b791ce13d841aebb8b42d0f6817fe14448.tar.zst
nixlib-0b8ac6b791ce13d841aebb8b42d0f6817fe14448.zip
mercurial: Update to 3.2.4
Diffstat (limited to 'pkgs/applications')
-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 8cb34a7f9fa5..c97e9c762a5c 100644
--- a/pkgs/applications/version-management/mercurial/default.nix
+++ b/pkgs/applications/version-management/mercurial/default.nix
@@ -2,7 +2,7 @@
 , guiSupport ? false, tk ? null, curses }:
 
 let
-  version = "3.2.2";
+  version = "3.2.4";
   name = "mercurial-${version}";
 in
 
@@ -11,7 +11,7 @@ stdenv.mkDerivation {
 
   src = fetchurl {
     url = "http://mercurial.selenic.com/release/${name}.tar.gz";
-    sha256 = "1311ba2cgdc17ap8sl7pswzngc702pnkr4cd2rx6znb0w9jzgpmg";
+    sha256 = "1g7nfvapxj5k44dyp0p08v37s0zmrj2vl0rjgfd8297x0afidm08";
   };
 
   inherit python; # pass it so that the same version can be used in hg2git