summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author1000101 <b1000101@pm.me>2020-10-10 16:06:08 +0200
committerGitHub <noreply@github.com>2020-10-10 14:06:08 +0000
commit53c0d59ba527d823461343056d9603d4d6605548 (patch)
tree8a57e8caf81f51ac979cf6c647a0f40634914f8a
parent0f5cfbcaf834b2bc1e908caeb4c55ffbfb37836d (diff)
stella: 6.2.1 -> 6.3 (#100144)
-rw-r--r--pkgs/misc/emulators/stella/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/misc/emulators/stella/default.nix b/pkgs/misc/emulators/stella/default.nix
index 4976076e35c5..9a480d8fab41 100644
--- a/pkgs/misc/emulators/stella/default.nix
+++ b/pkgs/misc/emulators/stella/default.nix
@@ -4,13 +4,13 @@ with stdenv.lib;
stdenv.mkDerivation rec {
pname = "stella";
- version = "6.2.1";
+ version = "6.3";
src = fetchFromGitHub {
owner = "stella-emu";
repo = "stella";
rev = version;
- sha256 = "1yhszswwg217x8d2qlcasi9l97y1z6w1pgliys4p27zv5b1ygy7p";
+ sha256 = "0a687qdd1qxdz2wzx557vgylv4c37cpypz2gr7p432rgymmzdcg6";
};
nativeBuildInputs = [ pkgconfig ];