file: Add extra source URL
This commit is contained in:
parent
2658eccaea
commit
43c9c791e0
@ -4,7 +4,10 @@ stdenv.mkDerivation {
|
||||
name = "file-5.04";
|
||||
|
||||
src = fetchurl {
|
||||
url = ftp://ftp.astron.com/pub/file/file-5.04.tar.gz;
|
||||
urls = [
|
||||
ftp://ftp.astron.com/pub/file/file-5.04.tar.gz
|
||||
http://pkgs.fedoraproject.org/repo/pkgs/file/file-5.04.tar.gz/accade81ff1cc774904b47c72c8aeea0/file-5.04.tar.gz
|
||||
];
|
||||
sha256 = "0316lj3jxmp2g8azv0iykmmwjsnjanq93bklccwb6k77jiwnx7jc";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user