1
0
Fork 1
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:
AndersonTorres 2014-05-19 19:37:53 -03:00 committed by Vladimír Čunát
parent 02a72a7e44
commit 010833c634

View file

@ -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";
};