Unverified Commit 873260d4 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

lilex: 2.601 -> 2.610 (#440509)

parents 6cc00b73 f5df4423
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,11 +6,11 @@
}:
stdenvNoCC.mkDerivation rec {
  pname = "lilex";
  version = "2.601";
  version = "2.610";

  src = fetchurl {
    url = "https://github.com/mishamyrt/Lilex/releases/download/${version}/Lilex.zip";
    hash = "sha256-qlgaFNxYExerLPtDCYJW17ph97EWcAhICN6Fnpfljlg=";
    hash = "sha256-iU0NLIy0wAFFBDSYmjo7tjKQ+I1GJ1hZTkcByxePYGM=";
  };

  nativeBuildInputs = [ unzip ];