summary refs log tree commit diff
path: root/pkgs/misc/emulators
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@protonmail.com>2021-03-02 18:07:55 -0300
committerAndersonTorres <torres.anderson.85@protonmail.com>2021-03-02 18:07:55 -0300
commit7a6be9dca9b281dce6ac860af14253d7d181b3e6 (patch)
treef9751ef98e210fe1020f0d00ebc8a927b905c513 /pkgs/misc/emulators
parent3d3e3f36ee32e60672f5a6e419685383682103d6 (diff)
downloadnixpkgs-7a6be9dca9b281dce6ac860af14253d7d181b3e6.tar
nixpkgs-7a6be9dca9b281dce6ac860af14253d7d181b3e6.tar.gz
nixpkgs-7a6be9dca9b281dce6ac860af14253d7d181b3e6.tar.bz2
nixpkgs-7a6be9dca9b281dce6ac860af14253d7d181b3e6.tar.lz
nixpkgs-7a6be9dca9b281dce6ac860af14253d7d181b3e6.tar.xz
nixpkgs-7a6be9dca9b281dce6ac860af14253d7d181b3e6.tar.zst
nixpkgs-7a6be9dca9b281dce6ac860af14253d7d181b3e6.zip
stella: 6.5.1 -> 6.5.2
Diffstat (limited to 'pkgs/misc/emulators')
-rw-r--r--pkgs/misc/emulators/stella/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/misc/emulators/stella/default.nix b/pkgs/misc/emulators/stella/default.nix
index f6a3d65c4bd..ff90ae8908b 100644
--- a/pkgs/misc/emulators/stella/default.nix
+++ b/pkgs/misc/emulators/stella/default.nix
@@ -7,13 +7,13 @@
 
 stdenv.mkDerivation rec {
   pname = "stella";
-  version = "6.5.1";
+  version = "6.5.2";
 
   src = fetchFromGitHub {
     owner = "stella-emu";
     repo = pname;
     rev = version;
-    sha256 = "2O7pN0xByEbWVL32VZw9191tG+kCMOuivJZRpXssQIw=";
+    hash = "sha256-CDLMOqSgRx75tjBoLycis/cckCNwgdlb9TRBlD3Dd04=";
   };
 
   nativeBuildInputs = [ pkg-config ];
@@ -35,8 +35,8 @@ stdenv.mkDerivation rec {
 
       As of its 3.5 release, Stella is officially donationware.
     '';
-    license = licenses.gpl2;
-    maintainers = [ maintainers.AndersonTorres ];
-    platforms = platforms.linux;
+    license = licenses.gpl2Plus;
+    maintainers = with maintainers; [ AndersonTorres ];
+    platforms = platforms.unix;
   };
 }