dolphin-emu: 2503 -> 2503a

Diff: https://github.com/dolphin-emu/dolphin/compare/refs/tags/2503...refs/tags/2503a
This commit is contained in:
Peder Bergebakken Sundt
2025-04-21 23:18:31 +02:00
parent ba96dd0555
commit d3f77f6148
+2 -2
View File
@@ -53,14 +53,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "dolphin-emu";
version = "2503";
version = "2503a";
src = fetchFromGitHub {
owner = "dolphin-emu";
repo = "dolphin";
tag = finalAttrs.version;
fetchSubmodules = true;
hash = "sha256-oqJKXFcsFgoYjUqdk3Z/CIFhOa8w0drcF4JwtHRI1Hs=";
hash = "sha256-vhXiEgJO8sEv937Ed87LaS7289PLZlxQGFTZGFjs1So=";
};
strictDeps = true;