grub: fix download URL for grub-0.97-once.patch

This commit is contained in:
Peter Simons 2013-04-06 01:00:50 +02:00
parent d585ef3178
commit 938486848e

View File

@ -27,7 +27,7 @@ stdenv.mkDerivation {
# shell. KDE uses this to allow rebooting into a non-default
# entry.
(fetchurl {
url = http://cvs.mandriva.com/cgi-bin/viewvc.cgi/SPECS/grub/grub-0.97-once.patch?revision=1.3;
url = "https://raw.github.com/andatche/centos-grub/master/SOURCES/grub-0.97-once.patch";
sha256 = "1g5qfn8lvl32h4pggdf7dmjqjpi42jblknzakb5h909fi5i1qyw8";
})