From 53c0d59ba527d823461343056d9603d4d6605548 Mon Sep 17 00:00:00 2001 From: 1000101 Date: Sat, 10 Oct 2020 16:06:08 +0200 Subject: [PATCH] stella: 6.2.1 -> 6.3 (#100144) --- pkgs/misc/emulators/stella/default.nix | 4 ++-- 1 file 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 ];