mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
telepathy-gabble: fix source URL
upstream changed it
This commit is contained in:
parent
ead2ba8809
commit
abc0bf28be
@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
|
||||
name = "telepathy-gabble-0.18.3";
|
||||
|
||||
src = fetchurl {
|
||||
url = "${meta.homepage}/releases/telepathy-gabble/${name}.tar.gz";
|
||||
url = "http://telepathy.freedesktop.org/releases/telepathy-gabble/${name}.tar.gz";
|
||||
sha256 = "1hl9k6jwn2afwwv7br16wfw5szdhwxqziba47xd8vjwvgrh19iwf";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user