stella: 6.7.1 -> 7.0 (#346789)

This commit is contained in:
nixpkgs-merge-bot[bot]
2024-10-07 23:12:37 +00:00
committed by GitHub
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "stella";
version = "6.7.1";
version = "7.0";
src = fetchFromGitHub {
owner = "stella-emu";
repo = "stella";
rev = finalAttrs.version;
hash = "sha256-4z6rFF6XqfyS9zZ4ByvTZi7cSqxpF4EcLffPbId5ppg=";
hash = "sha256-c7A1gFvYkxxwuwrntw/w8FYD24l5m1Uip+44Pe664lE=";
};
nativeBuildInputs = [