From 6ccd69872a1b7349aec68e244ede8c331874c5ba Mon Sep 17 00:00:00 2001 From: AndersonTorres Date: Sat, 25 Jul 2015 10:49:53 -0300 Subject: [PATCH] Stella: 4.6 -> 4.6.1 --- pkgs/misc/emulators/stella/default.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pkgs/misc/emulators/stella/default.nix b/pkgs/misc/emulators/stella/default.nix index a2338f376a7..04976a2bb83 100644 --- a/pkgs/misc/emulators/stella/default.nix +++ b/pkgs/misc/emulators/stella/default.nix @@ -4,15 +4,14 @@ with stdenv.lib; stdenv.mkDerivation rec { name = "stella-${version}"; - version = "4.6"; + version = "4.6.1"; src = fetchurl { url = "http://downloads.sourceforge.net/project/stella/stella/${version}/${name}-src.tar.gz"; - sha256 = "03vg8cxr0hn99vrr2dcwhv610xi9vhlw08ypazpm0nny522a9j4d"; + sha256 = "126jph21b70jlxapzmll8pq36i53lb304hbsiap25160vdqid4n1"; }; - buildInputs = with stdenv.lib; - [ pkgconfig SDL2 ]; + buildInputs = [ pkgconfig SDL2 ]; meta = { description = "An open-source Atari 2600 VCS emulator";