mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
gammu: 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
dda6c4d5f4
commit
6f1167b7bb
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||
version = "1.33.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://sourceforge.net/projects/gammu/files/gammu/${version}/gammu-${version}.tar.xz";
|
||||
url = "mirror://sourceforge/project/gammu/gammu/${version}/gammu-${version}.tar.xz";
|
||||
sha256 = "18gplx1v9d70k1q86d5i4n4dfpx367g34pj3zscppx126vwhv112";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user