mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
lxmenu-data: switch sf downloads to mirror://
This allows fallback to all configured mirrors for sourceforge to download, instead of relying on just downloads.sourceforge.net
This commit is contained in:
parent
9fdcfb2a63
commit
e3c18f04dd
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
|
|||
version = "0.1.5";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://downloads.sourceforge.net/lxde/${name}.tar.xz";
|
||||
url = "mirror://sourceforge/lxde/${name}.tar.xz";
|
||||
sha256 = "9fe3218d2ef50b91190162f4f923d6524c364849f87bcda8b4ed8eb59b80bab8";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue