mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
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:
parent
b4bf5efd73
commit
4212454a63
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue