lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

dolphin-emu: 2506a -> 2509

blogpost: https://dolphin-emu.org/blog/2025/09/16/dolphin-progress-report-release-2509/

+2 -2
+2 -2
pkgs/by-name/do/dolphin-emu/package.nix
··· 54 54 55 55 stdenv.mkDerivation (finalAttrs: { 56 56 pname = "dolphin-emu"; 57 - version = "2506a"; 57 + version = "2509"; 58 58 59 59 src = fetchFromGitHub { 60 60 owner = "dolphin-emu"; 61 61 repo = "dolphin"; 62 62 tag = finalAttrs.version; 63 - hash = "sha256-xYGq2Yt4Gqb/QDA6HZajs7JCwETufuqigk3bZbsgdEM="; 63 + hash = "sha256-ZTNg8DRgtC1jS3MoYK1wwzjJbMkLNdkRub+KOg3NmYM="; 64 64 fetchSubmodules = true; 65 65 leaveDotGit = true; 66 66 postFetch = ''