···37# note: there is a generic builder in pkgs/games/sm64ex/generic.nix that is meant to help build sm64ex and its forks; however sm64coopdx has departed significantly enough in its build that it doesn't make sense to use that other than the baseRom derivation
38stdenv.mkDerivation (finalAttrs: {
39 pname = "sm64coopdx";
40- version = "1.3.0";
4142 src = fetchFromGitHub {
43 owner = "coop-deluxe";
44 repo = "sm64coopdx";
45- rev = "v1.3"; # it seems coopdx has taken on some stylistic versioning...
46- hash = "sha256-ssbvNnBBxahzJRIX5Vhze+Nfh3ADoy+NrUIF2RZHye8=";
47 };
004849 nativeBuildInputs = [ makeWrapper ];
50
···37# note: there is a generic builder in pkgs/games/sm64ex/generic.nix that is meant to help build sm64ex and its forks; however sm64coopdx has departed significantly enough in its build that it doesn't make sense to use that other than the baseRom derivation
38stdenv.mkDerivation (finalAttrs: {
39 pname = "sm64coopdx";
40+ version = "1.3.2";
4142 src = fetchFromGitHub {
43 owner = "coop-deluxe";
44 repo = "sm64coopdx";
45+ rev = "v1.3.2";
46+ hash = "sha256-FHH3+pGowkT8asDmU9qxPNDKy4VPKlkA0X7e4gnX9KY=";
47 };
48+49+ patches = [ ./no-update-check.patch ];
5051 nativeBuildInputs = [ makeWrapper ];
52