summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/emulators/flycast/default.nix
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-03-24 23:20:01 +0100
committerGitHub <noreply@github.com>2024-03-24 23:20:01 +0100
commit63b120afa56e04dc4e72e014868593289b25e6e2 (patch)
treeee29cc12fe695598d159bc5e77e7db23e23ce843 /pkgs/applications/emulators/flycast/default.nix
parent1f0d5dc1fcd668fd8269bce196faee0ecde68e81 (diff)
parent21210f1f9494b239c413bc1d2e151a3d6ff31ecd (diff)
Merge pull request #296533 from r-ryantm/auto-update/flycast
flycast: 2.2 -> 2.3
Diffstat (limited to 'pkgs/applications/emulators/flycast/default.nix')
-rw-r--r--pkgs/applications/emulators/flycast/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/emulators/flycast/default.nix b/pkgs/applications/emulators/flycast/default.nix
index 2661fada5f79..efe091087927 100644
--- a/pkgs/applications/emulators/flycast/default.nix
+++ b/pkgs/applications/emulators/flycast/default.nix
@@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "flycast";
- version = "2.2";
+ version = "2.3";
src = fetchFromGitHub {
owner = "flyinghead";
repo = "flycast";
rev = "v${version}";
- sha256 = "sha256-eQMKaUaZ1b0oXre4Ouli4qIyNaG64KntyRGk3/YIopc=";
+ sha256 = "sha256-o1Xnyts2+A3ZkzVN0o8E5nGPo2c2vYltMlHF4LZMppU=";
fetchSubmodules = true;
};