summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorArseniy Seroka <jagajaga@users.noreply.github.com>2015-07-26 20:07:25 +0300
committerArseniy Seroka <jagajaga@users.noreply.github.com>2015-07-26 20:07:25 +0300
commit99ac72994c83677fd04edc1f0faf8b0d47f539e7 (patch)
tree33c096f6f4ccdebb60ccaccd60be72ff0e5ad8f0 /pkgs/misc
parenta1fb9dfd005f25721cc16028de70f30aadb31a5d (diff)
parent6ccd69872a1b7349aec68e244ede8c331874c5ba (diff)
downloadnixlib-99ac72994c83677fd04edc1f0faf8b0d47f539e7.tar
nixlib-99ac72994c83677fd04edc1f0faf8b0d47f539e7.tar.gz
nixlib-99ac72994c83677fd04edc1f0faf8b0d47f539e7.tar.bz2
nixlib-99ac72994c83677fd04edc1f0faf8b0d47f539e7.tar.lz
nixlib-99ac72994c83677fd04edc1f0faf8b0d47f539e7.tar.xz
nixlib-99ac72994c83677fd04edc1f0faf8b0d47f539e7.tar.zst
nixlib-99ac72994c83677fd04edc1f0faf8b0d47f539e7.zip
Merge pull request #8984 from AndersonTorres/stella
Stella: 4.6 -> 4.6.1
Diffstat (limited to 'pkgs/misc')
-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";