about summary refs log tree commit diff
path: root/pkgs/applications/version-management/tortoisehg
diff options
context:
space:
mode:
authorgbtb <goodbetterthebeast3@gmail.com>2024-02-18 05:04:36 +1000
committergbtb <goodbetterthebeast3@gmail.com>2024-02-18 05:04:36 +1000
commit07624abd9dd71df3367256bb2ceb5ccc3b8253a8 (patch)
tree0a168f9ddb30b06edc1ab0457fd72c983eb8a5ae /pkgs/applications/version-management/tortoisehg
parent5863c27340ba4de8f83e7e3c023b9599c3cb3c80 (diff)
tortoisehg:6.2.2->6.6.3
Diffstat (limited to 'pkgs/applications/version-management/tortoisehg')
-rw-r--r--pkgs/applications/version-management/tortoisehg/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/version-management/tortoisehg/default.nix b/pkgs/applications/version-management/tortoisehg/default.nix
index 7e830e1077a5e..e4ad91a8713fe 100644
--- a/pkgs/applications/version-management/tortoisehg/default.nix
+++ b/pkgs/applications/version-management/tortoisehg/default.nix
@@ -7,11 +7,11 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "tortoisehg";
-  version = "6.2.2";
+  version = "6.6.3";
 
   src = fetchurl {
     url = "https://www.mercurial-scm.org/release/tortoisehg/targz/tortoisehg-${version}.tar.gz";
-    sha256 = "sha256-Xbvg/FcuX/AL2reWsaM2oaFyLby3+HDCfYtRyswE7DA=";
+    sha256 = "sha256-9pg1N5uj1ZaZCAm4N8toRwfVHme7nAsNMZkXSRgFves=";
   };
 
   nativeBuildInputs = [