about summary refs log tree commit diff
path: root/pkgs/applications/version-management/mercurial
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-12-15 00:04:46 -0800
committerFranz Pletz <fpletz@fnordicwalking.de>2018-12-17 15:55:42 +0000
commit27e174c6789c97c903657d07c72b4fc02b1c164c (patch)
tree63ef67070bbbb249fb826fa3eb004fe88da43879 /pkgs/applications/version-management/mercurial
parent4ae47a69de4af13c0d4325acc7d66a95f3397f6b (diff)
downloadnixlib-27e174c6789c97c903657d07c72b4fc02b1c164c.tar
nixlib-27e174c6789c97c903657d07c72b4fc02b1c164c.tar.gz
nixlib-27e174c6789c97c903657d07c72b4fc02b1c164c.tar.bz2
nixlib-27e174c6789c97c903657d07c72b4fc02b1c164c.tar.lz
nixlib-27e174c6789c97c903657d07c72b4fc02b1c164c.tar.xz
nixlib-27e174c6789c97c903657d07c72b4fc02b1c164c.tar.zst
nixlib-27e174c6789c97c903657d07c72b4fc02b1c164c.zip
mercurialFull: 4.8 -> 4.8.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mercurial-full/versions
Diffstat (limited to 'pkgs/applications/version-management/mercurial')
-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 35d374866c8a..d59b7241230e 100644
--- a/pkgs/applications/version-management/mercurial/default.nix
+++ b/pkgs/applications/version-management/mercurial/default.nix
@@ -4,7 +4,7 @@
 
 let
   # if you bump version, update pkgs.tortoisehg too or ping maintainer
-  version = "4.8";
+  version = "4.8.1";
   name = "mercurial-${version}";
   inherit (python2Packages) docutils hg-git dulwich python;
 in python2Packages.buildPythonApplication {
@@ -13,7 +13,7 @@ in python2Packages.buildPythonApplication {
 
   src = fetchurl {
     url = "https://mercurial-scm.org/release/${name}.tar.gz";
-    sha256 = "00rzjbf2blxkc0qwd9mdzx5fnzgpp4jxzijq6wgsjgmqscx40sy5";
+    sha256 = "08gsn0s5802bs8ks77xqg7c8dwpbsh8df47kvb1gn14ivrf5z928";
   };
 
   inherit python; # pass it so that the same version can be used in hg2git