summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/emulators/stella
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-07-31 01:35:35 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-07-31 01:35:35 +0000
commita5c0e67ed47a51d0f68b2536af00be42b1d41273 (patch)
tree78d15229f33c678a402de1540922b74d4d39e214 /pkgs/applications/emulators/stella
parent6d1f689374e40db874f08ce5903298d1c14b2724 (diff)
stella: 6.6 -> 6.7
Diffstat (limited to 'pkgs/applications/emulators/stella')
-rw-r--r--pkgs/applications/emulators/stella/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/emulators/stella/default.nix b/pkgs/applications/emulators/stella/default.nix
index 212c06690468..593845cca61c 100644
--- a/pkgs/applications/emulators/stella/default.nix
+++ b/pkgs/applications/emulators/stella/default.nix
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "stella";
- version = "6.6";
+ version = "6.7";
src = fetchFromGitHub {
owner = "stella-emu";
repo = pname;
rev = version;
- hash = "sha256-+ZvSCnnoKGyToSFqUQOArolFdgUcBBFNjFw8aoVDkYI=";
+ hash = "sha256-E8vbBbsVMOSY3iSSE+UCwBwmfHU7Efmre1cYlexVZ+E=";
};
nativeBuildInputs = [