mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
mednafen: fix wrong URL (close #2696)
This commit is contained in:
parent
02a72a7e44
commit
010833c634
|
@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
|
|||
version = "0.5.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://downloads.sourceforge.net/project/mednafen/Mednafen-Server/${version}/${name}-${version}.tar.gz";
|
||||
url = "http://downloads.sourceforge.net/project/mednafen/Mednafen-Server/${version}/${name}.tar.gz";
|
||||
sha256="0c5wvg938y3h4n5lb0dl8pvmjzphhkbba34r6ikpvdahq166ps4j";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue