lilex: 2.601 -> 2.610 (#440509)

authored by Nick Cao and committed by GitHub 873260d4 6cc00b73

+2 -2
+2 -2
pkgs/by-name/li/lilex/package.nix
··· 6 6 }: 7 7 stdenvNoCC.mkDerivation rec { 8 8 pname = "lilex"; 9 - version = "2.601"; 9 + version = "2.610"; 10 10 11 11 src = fetchurl { 12 12 url = "https://github.com/mishamyrt/Lilex/releases/download/${version}/Lilex.zip"; 13 - hash = "sha256-qlgaFNxYExerLPtDCYJW17ph97EWcAhICN6Fnpfljlg="; 13 + hash = "sha256-iU0NLIy0wAFFBDSYmjo7tjKQ+I1GJ1hZTkcByxePYGM="; 14 14 }; 15 15 16 16 nativeBuildInputs = [ unzip ];