diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2022-07-31 01:35:35 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-07-31 13:42:32 +0000 |
| commit | ab4789bf07ecdc89439a713f8a54a19125ec6eef (patch) | |
| tree | 887a5d6c08224694b89a1f388339a6a2678c6a71 | |
| parent | Merge pull request #184202 from NixOS/backport-178873-to-release-22.05 (diff) | |
| download | nixpkgs-origin/backport-184056-to-release-22.05.tar.gz | |
stella: 6.6 -> 6.7origin/backport-184056-to-release-22.05
(cherry picked from commit a5c0e67ed47a51d0f68b2536af00be42b1d41273)
| -rw-r--r-- | pkgs/applications/emulators/stella/default.nix | 4 |
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 = [ |
