summary refs log tree commit diff
path: root/pkgs/applications/version-management/monotone-viz
diff options
context:
space:
mode:
authorDan Peebles <pumpkin@me.com>2018-02-08 16:38:06 -0500
committerDan Peebles <pumpkin@me.com>2018-02-08 16:38:08 -0500
commitdfd300c81dfb7292d26cfbce3df9717ea408e410 (patch)
tree4ae0e9ebc3960ff3ebe9fc3069a68be9b6b177d0 /pkgs/applications/version-management/monotone-viz
parent693ab60bb4f7e2cf542cd87f23cfd4b0bf5d110a (diff)
downloadnixlib-dfd300c81dfb7292d26cfbce3df9717ea408e410.tar
nixlib-dfd300c81dfb7292d26cfbce3df9717ea408e410.tar.gz
nixlib-dfd300c81dfb7292d26cfbce3df9717ea408e410.tar.bz2
nixlib-dfd300c81dfb7292d26cfbce3df9717ea408e410.tar.lz
nixlib-dfd300c81dfb7292d26cfbce3df9717ea408e410.tar.xz
nixlib-dfd300c81dfb7292d26cfbce3df9717ea408e410.tar.zst
nixlib-dfd300c81dfb7292d26cfbce3df9717ea408e410.zip
treewide: s/pkgs.fedoraproject.org/src.fedoraproject.org/
Upstream killed the pkgs server but src continues to serve up the exact
same content, so we can just point there and all hashes should be unchanged.
Diffstat (limited to 'pkgs/applications/version-management/monotone-viz')
-rw-r--r--pkgs/applications/version-management/monotone-viz/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/version-management/monotone-viz/default.nix b/pkgs/applications/version-management/monotone-viz/default.nix
index c2006e9dd6bf..c24d80e3f2ef 100644
--- a/pkgs/applications/version-management/monotone-viz/default.nix
+++ b/pkgs/applications/version-management/monotone-viz/default.nix
@@ -22,15 +22,15 @@ stdenv.mkDerivation rec {
   patchFlags = ["-p0"];
   patches = [
     (fetchurl {
-      url = "http://pkgs.fedoraproject.org/cgit/rpms/monotone-viz.git/plain/monotone-viz-1.0.2-dot.patch";
+      url = "http://src.fedoraproject.org/cgit/rpms/monotone-viz.git/plain/monotone-viz-1.0.2-dot.patch";
       sha256 = "0risfy8iqmkr209hmnvpv57ywbd3rvchzzd0jy2lfyqrrrm6zknw";
     })
     (fetchurl {
-      url = "http://pkgs.fedoraproject.org/cgit/rpms/monotone-viz.git/plain/monotone-viz-1.0.2-new-stdio.patch";
+      url = "http://src.fedoraproject.org/cgit/rpms/monotone-viz.git/plain/monotone-viz-1.0.2-new-stdio.patch";
       sha256 = "16bj0ppzqd45an154dr7sifjra7lv4m9anxfw3c56y763jq7fafa";
     })
     (fetchurl {
-      url = "http://pkgs.fedoraproject.org/cgit/rpms/monotone-viz.git/plain/monotone-viz-1.0.2-typefix.patch";
+      url = "http://src.fedoraproject.org/cgit/rpms/monotone-viz.git/plain/monotone-viz-1.0.2-typefix.patch";
       sha256 = "1gfp82rc7pawb5x4hh2wf7xh1l1l54ib75930xgd1y437la4703r";
     })
   ];