mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
gxemul: fix disappeared download link
This commit is contained in:
parent
14da7be1b9
commit
3405f703f2
@ -9,7 +9,7 @@ composableDerivation.composableDerivation {} {
|
||||
inherit name;
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://gavare.se/gxemul/src/${name}.tar.gz";
|
||||
url = "http://gxemul.sourceforge.net/src/${name}.tar.gz";
|
||||
sha256 = "1afd9l0igyv7qgc0pn3rkdgrl5d0ywlyib0qhg4li23zilyq5407";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user