mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 20:02:14 +03:00
source of gupnp-igd is gone, too, use ubuntu source (launchpad) - same hash
This commit is contained in:
parent
ca5077f03f
commit
8dfa0a361f
@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
|
||||
name = "gupnp-igd-0.2.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.gupnp.org/sites/all/files/sources/${name}.tar.gz";
|
||||
url = https://launchpad.net/ubuntu/+archive/primary/+files/gupnp-igd_0.2.1.orig.tar.gz;
|
||||
sha256 = "18ia8l24hbylz3dnbg2jf848bmbx0hjkq4fkwzzfn57z021f0fh2";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user