6 lines
139 B
Nix
6 lines
139 B
Nix
|
{fetchurl, ...}:
|
||
|
fetchurl {
|
||
|
url = http://www.bootsplash.de/files/themes/Theme-GNU.tar.bz2;
|
||
|
md5 = "61969309d23c631e57b0a311102ef034";
|
||
|
}
|