sm64coopdx: 1.0.4 -> 1.1.1

No major changes. Changelogs: https://github.com/coop-deluxe/sm64coopdx/releases/tag/v1.1 https://github.com/coop-deluxe/sm64coopdx/releases/tag/v1.1.1
This commit is contained in:
Shelvacu 2025-02-12 17:13:14 -08:00 committed by Shelvacu on fw
parent 3c3abaa64d
commit 79d3369eb2

View File

@ -36,13 +36,13 @@ in
# 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
stdenv.mkDerivation (finalAttrs: {
pname = "sm64coopdx";
version = "1.0.4";
version = "1.1.1";
src = fetchFromGitHub {
owner = "coop-deluxe";
repo = "sm64coopdx";
rev = "v${finalAttrs.version}";
hash = "sha256-v50C87/NN75owxtLL4vm8TLZha7U8FkefPhpO6iXYGU=";
hash = "sha256-ktdvzOUYSh6H49BVDovqYt5CGyvJi4UW6nJOOD/HGGU=";
};
nativeBuildInputs = [ makeWrapper ];