lilex: 2.530 -> 2.600

This commit is contained in:
R. Ryantm 2024-12-27 04:02:10 +00:00
parent 162b4bf7b3
commit aa9a6d605e

View File

@ -6,11 +6,11 @@
}:
stdenvNoCC.mkDerivation rec {
pname = "lilex";
version = "2.530";
version = "2.600";
src = fetchurl {
url = "https://github.com/mishamyrt/Lilex/releases/download/${version}/Lilex.zip";
hash = "sha256-sBn8DaXj7OXHNaoEAhjTuMmUVUbS0zNZi1h7EjembEo=";
hash = "sha256-G8zm35aSiXrnGgYePSwLMBzwSnd9mfCinHZSG1qBH0w=";
};
nativeBuildInputs = [ unzip ];