mle: 1.4.1 -> 1.4.2
This commit is contained in:
parent
646b279c55
commit
ba58a4edf7
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "mle";
|
pname = "mle";
|
||||||
version = "1.4.1";
|
version = "1.4.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "adsr";
|
owner = "adsr";
|
||||||
repo = "mle";
|
repo = "mle";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "15i5lzcp0zar2zh34ky9m6pvvi41zgdrl3hmylpgsqnnj4r87vqc";
|
sha256 = "053zvxkjx2zwq6lwkycirxz1m9sjc3zi9ic8fvp3mjvbqfri1y3x";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Fix location of Lua 5.3 header and library
|
# Fix location of Lua 5.3 header and library
|
||||||
|
Loading…
x
Reference in New Issue
Block a user