Commit ea604bc0 authored by R. RyanTM's avatar R. RyanTM
Browse files

lilex: 2.620 -> 2.621

parent bb2e2e26
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.620";
  version = "2.621";

  src = fetchurl {
    url = "https://github.com/mishamyrt/Lilex/releases/download/${version}/Lilex.zip";
    hash = "sha256-h2Xt1HIOlh4wwHK3bg5hxyWxi/W8GWMiRkaWF7fhngU=";
    hash = "sha256-TsLJ96SZpokW3354/yt0Re4ZtFXqYK/46iyZXdPKhoE=";
  };

  nativeBuildInputs = [ unzip ];