lilex: 2.621 -> 2.700 (#506625)

This commit is contained in:
Nick Cao
2026-04-06 20:45:25 +00:00
committed by GitHub
+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 ];