Skip to content

Commit

Permalink
stella: 6.5.1 -> 6.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersonTorres committed Mar 2, 2021
1 parent 3d3e3f3 commit 7a6be9d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/misc/emulators/stella/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand All @@ -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;
};
}

0 comments on commit 7a6be9d

Please sign in to comment.