dolphin-emu: 2506 -> 2506a (#427130)

This commit is contained in:
Peder Bergebakken Sundt
2025-07-21 18:01:42 +02:00
committed by GitHub
+2 -2
View File
@@ -54,13 +54,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "dolphin-emu";
version = "2506";
version = "2506a";
src = fetchFromGitHub {
owner = "dolphin-emu";
repo = "dolphin";
tag = finalAttrs.version;
hash = "sha256-JEp1rc5nNJY4GfNCR2Vi4ctQ14p+LZWuFPFirv6foUM=";
hash = "sha256-xYGq2Yt4Gqb/QDA6HZajs7JCwETufuqigk3bZbsgdEM=";
fetchSubmodules = true;
leaveDotGit = true;
postFetch = ''