Skip to content

Commit

Permalink
lix-game.music: use versioned filename
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhys-T committed Oct 22, 2024
1 parent 16b75f5 commit f337e3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/lix-game/music.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{ fetchzip, lib, common }: fetchzip {
{ fetchzip, lib, common }: fetchzip rec {
pname = "${common.pname}-music";
# Upstream Last-Modified: 2023-04-15 ("Sat, 15 Apr 2023 20:58:14 GMT")
# Snapshot taken on: 2024-09-02
version = "0-unstable-2023-04-15";
# Upstream archive isn't versioned - make sure the hash doesn't change on us
# See also: https://github.com/SimonN/LixD/issues/457
urls = [
"https://media.githubusercontent.com/media/Rhys-T/nur-packages/f77995a2952eacba9bef8c0af1603119a906770a/lix-music.zip"
"https://media.githubusercontent.com/media/Rhys-T/nur-packages/78d0c2965aeefcdf611c56624698ecb512245e4f/lix-music-${version}.zip"
"https://web.archive.org/web/20240902001641/https://www.lixgame.com/dow/lix-music.zip"
# If all else fails, extract it from the binary release of the game and fix it up in postFetch:
"https://github.com/SimonN/LixD/releases/download/v${common.version}/lix-${common.version}-linux64.zip"
Expand Down

0 comments on commit f337e3d

Please sign in to comment.