mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-11 07:23:40 +00:00
Added mirrors for bootsplash.de files
svn path=/nixos/trunk/; revision=9008
This commit is contained in:
parent
055a950331
commit
13f94dacc5
@ -397,7 +397,8 @@
|
||||
{
|
||||
name = ["services" "ttyBackgrounds" "defaultTheme"];
|
||||
default = pkgs.fetchurl {
|
||||
url = http://www.bootsplash.de/files/themes/Theme-BabyTux.tar.bz2;
|
||||
#url = http://www.bootsplash.de/files/themes/Theme-BabyTux.tar.bz2;
|
||||
url = http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/distfiles/Theme-BabyTux.tar.bz2;
|
||||
md5 = "a6d89d1c1cff3b6a08e2f526f2eab4e0";
|
||||
};
|
||||
description = "
|
||||
@ -420,7 +421,8 @@
|
||||
*/
|
||||
{ tty = 10;
|
||||
theme = pkgs.fetchurl {
|
||||
url = http://www.bootsplash.de/files/themes/Theme-GNU.tar.bz2;
|
||||
#url = http://www.bootsplash.de/files/themes/Theme-GNU.tar.bz2;
|
||||
url = http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/distfiles/Theme-GNU.tar.bz2;
|
||||
md5 = "61969309d23c631e57b0a311102ef034";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user