mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
kde4.kmplayer: use gentoo mirror (fixes #5407)
The upstream server is down.
This commit is contained in:
parent
c08149c6a4
commit
ca850deb9e
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@ stdenv.mkDerivation {
|
|||
name = "kmplayer-0.11.3d";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://kmplayer.kde.org/pkgs/kmplayer-0.11.3d.tar.bz2;
|
||||
#url = http://kmplayer.kde.org/pkgs/kmplayer-0.11.3d.tar.bz2;
|
||||
url = "mirror://gentoo/distfiles/kmplayer-0.11.3d.tar.bz2";
|
||||
sha256 = "1yvbkb1hh5y7fqfvixjf2rryzm0fm0fpkx4lmvhi7k7d0v4wpgky";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue