Merge pull request #294681 from drupol/etlegacy/bump/2-82-0

etlegacy: 2.81.1 -> 2.82.0

authored by Pol Dellaiera and committed by GitHub fa4fea9d aa0393ad

+4 -6
+4 -4
pkgs/games/etlegacy/default.nix pkgs/by-name/et/etlegacy/package.nix
··· 15 , libogg 16 , libpng 17 , libtheora 18 - , lua 19 , minizip 20 , openal 21 , SDL2 ··· 23 , zlib 24 }: 25 let 26 - version = "2.81.1"; 27 28 fetchAsset = { asset, hash }: fetchurl { 29 url = "https://mirror.etlegacy.com/etmain/${asset}"; ··· 63 owner = "etlegacy"; 64 repo = "etlegacy"; 65 rev = "refs/tags/v${version}"; 66 - hash = "sha256-CGXtc51vaId/SHbD34ZeT0gPsrl7p2DEw/Kp+GBZIaA="; # 2.81.1 67 }; 68 69 nativeBuildInputs = [ ··· 83 libogg 84 libpng 85 libtheora 86 - lua 87 minizip 88 openal 89 SDL2
··· 15 , libogg 16 , libpng 17 , libtheora 18 + , lua5_4 19 , minizip 20 , openal 21 , SDL2 ··· 23 , zlib 24 }: 25 let 26 + version = "2.82.0"; 27 28 fetchAsset = { asset, hash }: fetchurl { 29 url = "https://mirror.etlegacy.com/etmain/${asset}"; ··· 63 owner = "etlegacy"; 64 repo = "etlegacy"; 65 rev = "refs/tags/v${version}"; 66 + hash = "sha256-yNVVEa+3+Swm3hgwm9cSLV0K88E37TgVVjh1uUl8O2o="; 67 }; 68 69 nativeBuildInputs = [ ··· 83 libogg 84 libpng 85 libtheora 86 + lua5_4 87 minizip 88 openal 89 SDL2
-2
pkgs/top-level/all-packages.nix
··· 1785 1786 dysk = callPackage ../tools/filesystems/dysk { }; 1787 1788 - etlegacy = callPackage ../games/etlegacy { lua = lua5_4; }; 1789 - 1790 fastfetch = callPackage ../tools/misc/fastfetch { 1791 stdenv = if stdenv.isDarwin then overrideSDK stdenv "11.0" else stdenv; 1792 };
··· 1785 1786 dysk = callPackage ../tools/filesystems/dysk { }; 1787 1788 fastfetch = callPackage ../tools/misc/fastfetch { 1789 stdenv = if stdenv.isDarwin then overrideSDK stdenv "11.0" else stdenv; 1790 };