3
0
Fork 0
forked from mirrors/nixpkgs

stella: 6.2.1 -> 6.3 (#100144)

This commit is contained in:
1000101 2020-10-10 16:06:08 +02:00 committed by GitHub
parent 0f5cfbcaf8
commit 53c0d59ba5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];