Skip to content

Commit 58df86d

Browse files
committed
dolphin-emu: 2412 -> 2503
Diff: dolphin-emu/dolphin@refs/tags/2412...2503
1 parent f39f975 commit 58df86d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/applications/emulators/dolphin-emu/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@
5555

5656
stdenv.mkDerivation (finalAttrs: {
5757
pname = "dolphin-emu";
58-
version = "2412";
58+
version = "2503";
5959

6060
src = fetchFromGitHub {
6161
owner = "dolphin-emu";
6262
repo = "dolphin";
6363
tag = finalAttrs.version;
64-
hash = "sha256-5Eir8EQPGVSg2QXzzuHH9lf7CrV76KwmRsHiDqs6tD4=";
64+
hash = "sha256-oqJKXFcsFgoYjUqdk3Z/CIFhOa8w0drcF4JwtHRI1Hs=";
6565
fetchSubmodules = true;
6666
};
6767

0 commit comments

Comments
 (0)