lilex: 2.530 -> 2.600
This commit is contained in:
parent
162b4bf7b3
commit
aa9a6d605e
@ -6,11 +6,11 @@
|
|||||||
}:
|
}:
|
||||||
stdenvNoCC.mkDerivation rec {
|
stdenvNoCC.mkDerivation rec {
|
||||||
pname = "lilex";
|
pname = "lilex";
|
||||||
version = "2.530";
|
version = "2.600";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/mishamyrt/Lilex/releases/download/${version}/Lilex.zip";
|
url = "https://github.com/mishamyrt/Lilex/releases/download/${version}/Lilex.zip";
|
||||||
hash = "sha256-sBn8DaXj7OXHNaoEAhjTuMmUVUbS0zNZi1h7EjembEo=";
|
hash = "sha256-G8zm35aSiXrnGgYePSwLMBzwSnd9mfCinHZSG1qBH0w=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ unzip ];
|
nativeBuildInputs = [ unzip ];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user