Merge pull request #80131 from r-ryantm/auto-update/mle
mle: 1.4.2 -> 1.4.3
This commit is contained in:
commit
8b98801c7d
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "mle";
|
pname = "mle";
|
||||||
version = "1.4.2";
|
version = "1.4.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "adsr";
|
owner = "adsr";
|
||||||
repo = "mle";
|
repo = "mle";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "053zvxkjx2zwq6lwkycirxz1m9sjc3zi9ic8fvp3mjvbqfri1y3x";
|
sha256 = "16dbwfdd6sqqn7jfaxd5wdy8y9ghbihnz6bgn3xhqcww8rj1sia1";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Fix location of Lua 5.3 header and library
|
# Fix location of Lua 5.3 header and library
|
||||||
|
|
Loading…
Reference in New Issue