about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@gmail.com>2015-07-25 10:49:53 -0300
committerAndersonTorres <torres.anderson.85@gmail.com>2015-07-25 10:49:53 -0300
commit6ccd69872a1b7349aec68e244ede8c331874c5ba (patch)
tree5adeb11c81aa3a13d9fe6dd328bf2fe88db0dac0
parent6ad8fab785695d04a6925e8b3464ca7c71a85c3f (diff)
downloadnixlib-6ccd69872a1b7349aec68e244ede8c331874c5ba.tar
nixlib-6ccd69872a1b7349aec68e244ede8c331874c5ba.tar.gz
nixlib-6ccd69872a1b7349aec68e244ede8c331874c5ba.tar.bz2
nixlib-6ccd69872a1b7349aec68e244ede8c331874c5ba.tar.lz
nixlib-6ccd69872a1b7349aec68e244ede8c331874c5ba.tar.xz
nixlib-6ccd69872a1b7349aec68e244ede8c331874c5ba.tar.zst
nixlib-6ccd69872a1b7349aec68e244ede8c331874c5ba.zip
Stella: 4.6 -> 4.6.1
-rw-r--r--pkgs/misc/emulators/stella/default.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/pkgs/misc/emulators/stella/default.nix b/pkgs/misc/emulators/stella/default.nix
index a2338f376a74..04976a2bb839 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";