|
|
|
@ -22,15 +22,15 @@ stdenv.mkDerivation rec {
|
|
|
|
|
patchFlags = ["-p0"]; |
|
|
|
|
patches = [ |
|
|
|
|
(fetchurl { |
|
|
|
|
url = "http://src.fedoraproject.org/cgit/rpms/monotone-viz.git/plain/monotone-viz-1.0.2-dot.patch"; |
|
|
|
|
url = "https://src.fedoraproject.org/cgit/rpms/monotone-viz.git/plain/monotone-viz-1.0.2-dot.patch"; |
|
|
|
|
sha256 = "0risfy8iqmkr209hmnvpv57ywbd3rvchzzd0jy2lfyqrrrm6zknw"; |
|
|
|
|
}) |
|
|
|
|
(fetchurl { |
|
|
|
|
url = "http://src.fedoraproject.org/cgit/rpms/monotone-viz.git/plain/monotone-viz-1.0.2-new-stdio.patch"; |
|
|
|
|
url = "https://src.fedoraproject.org/cgit/rpms/monotone-viz.git/plain/monotone-viz-1.0.2-new-stdio.patch"; |
|
|
|
|
sha256 = "16bj0ppzqd45an154dr7sifjra7lv4m9anxfw3c56y763jq7fafa"; |
|
|
|
|
}) |
|
|
|
|
(fetchurl { |
|
|
|
|
url = "http://src.fedoraproject.org/cgit/rpms/monotone-viz.git/plain/monotone-viz-1.0.2-typefix.patch"; |
|
|
|
|
url = "https://src.fedoraproject.org/cgit/rpms/monotone-viz.git/plain/monotone-viz-1.0.2-typefix.patch"; |
|
|
|
|
sha256 = "1gfp82rc7pawb5x4hh2wf7xh1l1l54ib75930xgd1y437la4703r"; |
|
|
|
|
}) |
|
|
|
|
]; |
|
|
|
|