diff --git a/lilex/default.nix b/lilex/default.nix index 85a43f1..4d5840b 100644 --- a/lilex/default.nix +++ b/lilex/default.nix @@ -4,11 +4,11 @@ let repository = "https://github.com/mishamyrt/Lilex"; in stdenv.mkDerivation rec { pname = "lilex"; - version = "2.200"; + version = "2.300"; src = fetchzip { url = "${repository}/releases/download/${version}/Lilex.zip"; - hash = "sha256-MPQfqCMFMjcAlMos1o4bC+I+cvQYwr2TjI4Q03QeuaQ="; + hash = "sha256-kr/aXrKo5cqhjrpNO+WFXUQxJOqUU9Tjz+Hdf61XSn0="; stripRoot = false; };