We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f39f975 commit 58df86dCopy full SHA for 58df86d
pkgs/applications/emulators/dolphin-emu/default.nix
@@ -55,13 +55,13 @@
55
56
stdenv.mkDerivation (finalAttrs: {
57
pname = "dolphin-emu";
58
- version = "2412";
+ version = "2503";
59
60
src = fetchFromGitHub {
61
owner = "dolphin-emu";
62
repo = "dolphin";
63
tag = finalAttrs.version;
64
- hash = "sha256-5Eir8EQPGVSg2QXzzuHH9lf7CrV76KwmRsHiDqs6tD4=";
+ hash = "sha256-oqJKXFcsFgoYjUqdk3Z/CIFhOa8w0drcF4JwtHRI1Hs=";
65
fetchSubmodules = true;
66
};
67
0 commit comments