Unverified Commit ca315c87 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

lilex: 2.610 -> 2.620 (#457734)

parents 0706e1c9 819a5a3c
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.610";
  version = "2.620";

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

  nativeBuildInputs = [ unzip ];