dolphin-mpn: init

This commit is contained in:
2025-06-05 05:47:10 -06:00
parent d110558bee
commit 1390585d71

View File

@@ -0,0 +1,13 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.dolphin-emu.overrideAttrs (prev: final: {
pname = "Dolphin-MPN";
version = "0712d84";
src = pkgs.fetchFromGitHub {
owner = "MarioPartyNetplay";
repo = "Dolphin-MPN";
rev = "0712d84c74f696791acf02df4c22e88741665da6";
hash = "sha256-dhcLJCQzd7a0l3AVFFVxfQ95sVql5N4e63xdvl7h9uc=";
fetchSubmodules = true;
};
})