stella: 6.3 -> 6.4

This commit is contained in:
R. RyanTM 2020-11-12 05:31:41 +00:00
parent 280e27327d
commit bcbc529b91

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "stella";
version = "6.3";
version = "6.4";
src = fetchFromGitHub {
owner = "stella-emu";
repo = pname;
rev = version;
sha256 = "sha256-5rH2a/Uvi0HuyU/86y87g5FN/dunlP65+K3j0Bo+yCg=";
sha256 = "0gva6pw5c1pplcf2g48zmm24h1134v0vr705rbzj4v6ifp3adrsl";
};
nativeBuildInputs = [ pkg-config ];