Stella: 4.6 -> 4.6.1
This commit is contained in:
parent
6ad8fab785
commit
6ccd69872a
@ -4,15 +4,14 @@ with stdenv.lib;
|
|||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
|
||||||
name = "stella-${version}";
|
name = "stella-${version}";
|
||||||
version = "4.6";
|
version = "4.6.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://downloads.sourceforge.net/project/stella/stella/${version}/${name}-src.tar.gz";
|
url = "http://downloads.sourceforge.net/project/stella/stella/${version}/${name}-src.tar.gz";
|
||||||
sha256 = "03vg8cxr0hn99vrr2dcwhv610xi9vhlw08ypazpm0nny522a9j4d";
|
sha256 = "126jph21b70jlxapzmll8pq36i53lb304hbsiap25160vdqid4n1";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with stdenv.lib;
|
buildInputs = [ pkgconfig SDL2 ];
|
||||||
[ pkgconfig SDL2 ];
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "An open-source Atari 2600 VCS emulator";
|
description = "An open-source Atari 2600 VCS emulator";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user