lilex: 2.621 -> 2.700

This commit is contained in:
R. Ryantm
2026-04-04 13:33:03 +00:00
parent c11a94ff82
commit a1e83cbd19
+2 -2
View File
@@ -6,11 +6,11 @@
}:
stdenvNoCC.mkDerivation rec {
pname = "lilex";
version = "2.621";
version = "2.700";
src = fetchurl {
url = "https://github.com/mishamyrt/Lilex/releases/download/${version}/Lilex.zip";
hash = "sha256-TsLJ96SZpokW3354/yt0Re4ZtFXqYK/46iyZXdPKhoE=";
hash = "sha256-NDEO20unSfdy1CuI4+7EpjGFJ+dc7qqWz8VW7jU2b7w=";
};
nativeBuildInputs = [ unzip ];