alephone-marathon: disable nixpkgs-update

Every Alephone release updates the version of the game data
regardless if the data changes.

close #313365
close #313366
close #313367
This commit is contained in:
Emery Hemingway 2024-05-21 16:04:19 +02:00
parent b4bf5efd73
commit 4212454a63
3 changed files with 3 additions and 0 deletions

@ -6,6 +6,7 @@ alephone.makeWrapper rec {
version = "20240510";
icon = alephone.icons + "/marathon2.png";
# nixpkgs-update: no auto update
zip = fetchurl {
url =
"https://github.com/Aleph-One-Marathon/alephone/releases/download/release-${version}/Marathon2-${version}-Data.zip";

@ -6,6 +6,7 @@ alephone.makeWrapper rec {
version = "20240510";
icon = alephone.icons + "/marathon-infinity.png";
# nixpkgs-update: no auto update
zip = fetchurl {
url =
"https://github.com/Aleph-One-Marathon/alephone/releases/download/release-${version}/MarathonInfinity-${version}-Data.zip";

@ -6,6 +6,7 @@ alephone.makeWrapper rec {
version = "20240510";
icon = alephone.icons + "/marathon.png";
# nixpkgs-update: no auto update
zip = fetchurl {
url =
"https://github.com/Aleph-One-Marathon/alephone/releases/download/release-${version}/Marathon-${version}-Data.zip";