summary refs log tree commit diff
path: root/pkgs/applications/version-management
diff options
context:
space:
mode:
authorLuke Granger-Brown <git@lukegb.com>2021-07-03 10:41:13 +0000
committerLuke Granger-Brown <git@lukegb.com>2021-07-03 10:41:13 +0000
commit67444f8a393846b1431cfeb936e83a9f24725e2d (patch)
tree7ff1945e416d02d07455025e7171ea8015e96988 /pkgs/applications/version-management
parentc83a5bce66b68e4ce4d9dfce3a9a45265418e15b (diff)
downloadnixpkgs-67444f8a393846b1431cfeb936e83a9f24725e2d.tar
nixpkgs-67444f8a393846b1431cfeb936e83a9f24725e2d.tar.gz
nixpkgs-67444f8a393846b1431cfeb936e83a9f24725e2d.tar.bz2
nixpkgs-67444f8a393846b1431cfeb936e83a9f24725e2d.tar.lz
nixpkgs-67444f8a393846b1431cfeb936e83a9f24725e2d.tar.xz
nixpkgs-67444f8a393846b1431cfeb936e83a9f24725e2d.tar.zst
nixpkgs-67444f8a393846b1431cfeb936e83a9f24725e2d.zip
mercurial: fix patch links again
The conclusion is that Phabricator does not, in fact, generate stable
patch links. In any case, these have landed, so we can just use the
patches from Mercurial's hgweb instance instead, which should be more
stable.
Diffstat (limited to 'pkgs/applications/version-management')
-rw-r--r--pkgs/applications/version-management/mercurial/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/version-management/mercurial/default.nix b/pkgs/applications/version-management/mercurial/default.nix
index b5609b58486..cddb3ade4e3 100644
--- a/pkgs/applications/version-management/mercurial/default.nix
+++ b/pkgs/applications/version-management/mercurial/default.nix
@@ -21,13 +21,13 @@ in python3Packages.buildPythonApplication rec {
   patches = [
     # https://phab.mercurial-scm.org/D10638, needed for below patch to apply
     (fetchpatch {
-      url = "https://phab.mercurial-scm.org/file/data/l7p2r4zcctcr3pzlybv2/PHID-FILE-bwjzxlz6sbegk3s4irik/D10638.diff";
-      sha256 = "0mfi324is02l7cnd3j0gbmg5rpyyqn3afg3f73flnfwmz5njqa5f";
+      url = "https://www.mercurial-scm.org/repo/hg/raw-rev/c365850b611490a5fdb235eb1cea310a542c2f84";
+      sha256 = "1gn3xvahbjdhbglffqpmj559w1bkqqsk70wqcanwv7nh972aqy9g";
     })
     # https://phab.mercurial-scm.org/D10639, fixes https://bz.mercurial-scm.org/show_bug.cgi?id=6514
     (fetchpatch {
-      url = "https://phab.mercurial-scm.org/file/data/v53nhburhtkhpccyecei/PHID-FILE-6v34oll6r2gkqo4ng5nt/D10639.diff";
-      sha256 = "0h5ilrd2x1789fr6sf4k1mcvxdh0xdyr94yawdacw87v3x12c8cb";
+      url = "https://www.mercurial-scm.org/repo/hg/raw-rev/c8f62920f07a40af3403ba9aefa1dac8a97d53ea";
+      sha256 = "1kw0xjg2c4jby0ncarjvpa5qafsyl1wzbk6jxls4hnxlxdl53nmn";
     })
   ];