etlegacy: 2.81.1 -> 2.82.0

This commit is contained in:
Pol Dellaiera 2024-03-10 10:29:52 +01:00
parent 0f6a4f5d3a
commit 1ed8115902
No known key found for this signature in database
GPG Key ID: D476DFE9C67467CA
2 changed files with 4 additions and 6 deletions

View File

@ -15,7 +15,7 @@
, libogg
, libpng
, libtheora
, lua
, lua5_4
, minizip
, openal
, SDL2
@ -23,7 +23,7 @@
, zlib
}:
let
version = "2.81.1";
version = "2.82.0";
fetchAsset = { asset, hash }: fetchurl {
url = "https://mirror.etlegacy.com/etmain/${asset}";
@ -63,7 +63,7 @@ stdenv.mkDerivation {
owner = "etlegacy";
repo = "etlegacy";
rev = "refs/tags/v${version}";
hash = "sha256-CGXtc51vaId/SHbD34ZeT0gPsrl7p2DEw/Kp+GBZIaA="; # 2.81.1
hash = "sha256-yNVVEa+3+Swm3hgwm9cSLV0K88E37TgVVjh1uUl8O2o=";
};
nativeBuildInputs = [
@ -83,7 +83,7 @@ stdenv.mkDerivation {
libogg
libpng
libtheora
lua
lua5_4
minizip
openal
SDL2

View File

@ -1785,8 +1785,6 @@ with pkgs;
dysk = callPackage ../tools/filesystems/dysk { };
etlegacy = callPackage ../games/etlegacy { lua = lua5_4; };
fastfetch = callPackage ../tools/misc/fastfetch {
stdenv = if stdenv.isDarwin then overrideSDK stdenv "11.0" else stdenv;
};