stella: 7.0b -> 7.0c

This commit is contained in:
R. Ryantm
2025-01-25 14:10:22 +00:00
parent bafca6cbe1
commit d0488230df
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "stella";
version = "7.0b";
version = "7.0c";
src = fetchFromGitHub {
owner = "stella-emu";
repo = "stella";
rev = finalAttrs.version;
hash = "sha256-310rGYfCVRoTi9kq9XqmvTCVLLDY/PG2qgBG1kNT/DY=";
hash = "sha256-AbZBBg4P0qnB+mZpiG8/kHixBfkKQptyLrF4lwgRr/Y=";
};
nativeBuildInputs = [