summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/emulators/flycast
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-04-10 16:26:36 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-04-10 16:26:36 +0000
commitf1521ea573e6a52f6d360b01e446428b957839f5 (patch)
treeb60334418a54b52b7654a483b47482705d0b5614 /pkgs/applications/emulators/flycast
parent24fc4878bcd30929ce6f3964e76cc8746560ec77 (diff)
flycast: 1.2 -> 1.3
Diffstat (limited to 'pkgs/applications/emulators/flycast')
-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 67ba4590db62..fd5123d05fa2 100644
--- a/pkgs/applications/emulators/flycast/default.nix
+++ b/pkgs/applications/emulators/flycast/default.nix
@@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "flycast";
- version = "1.2";
+ version = "1.3";
src = fetchFromGitHub {
owner = "flyinghead";
repo = "flycast";
rev = "v${version}";
- sha256 = "sha256-MzHAGK++oukIs84OR/l6gBwCJssdi8Iyte5Rtro2+Q0=";
+ sha256 = "sha256-FAHm8Fu/yv2rJvWCY+g50TYH4zOT6rO7F+jTL2T6EOU=";
fetchSubmodules = true;
};