mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 07:47:41 +00:00
dosfstools: Add alternative URL, since main site seems to be down.
This commit is contained in:
parent
cf230cddda
commit
38161b6c64
@ -4,7 +4,10 @@ stdenv.mkDerivation rec {
|
||||
name = "dosfstools-3.0.11";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.daniel-baumann.ch/software/dosfstools/${name}.tar.bz2";
|
||||
urls = [
|
||||
"http://www.daniel-baumann.ch/software/dosfstools/${name}.tar.bz2"
|
||||
"http://pkgs.fedoraproject.org/repo/pkgs/dosfstools/${name}.tar.bz2/8d2211d5bd813164e20740e7c852aa06/${name}.tar.bz2"
|
||||
];
|
||||
sha256 = "1a6rzjy82f6579ywaln33g1wc7k8gbgjdss9q2q8daplac7pmcll";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user