mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
samba: Add download mirror
This commit is contained in:
parent
fe07c77ff1
commit
100cc6b425
@ -34,7 +34,10 @@ stdenv.mkDerivation rec {
|
||||
name = "samba-4.1.14";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://samba.org/samba/ftp/stable/${name}.tar.gz";
|
||||
urls = [
|
||||
"http://samba.org/samba/ftp/stable/${name}.tar.gz"
|
||||
"http://pkgs.fedoraproject.org/repo/pkgs/samba/${name}.tar.gz"
|
||||
];
|
||||
sha256 = "1ficvglapxcw4zrgwkmmjbprsqrxks3ii29nblsr4wlrram4p8ay";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user