summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/mle
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-11-28 03:16:39 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2019-11-28 03:16:39 -0800
commitba58a4edf777d7ad827d252e4b5b4eb5dbd91656 (patch)
treed1682cb57b69735a750f44ee20dabd34d28e1eb1 /pkgs/applications/editors/mle
parent646b279c55780fa8cfe79b2a3b1e3ab53b445be7 (diff)
mle: 1.4.1 -> 1.4.2
Diffstat (limited to 'pkgs/applications/editors/mle')
-rw-r--r--pkgs/applications/editors/mle/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/mle/default.nix b/pkgs/applications/editors/mle/default.nix
index e98759edd151..2c36be1c21bc 100644
--- a/pkgs/applications/editors/mle/default.nix
+++ b/pkgs/applications/editors/mle/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "mle";
- version = "1.4.1";
+ version = "1.4.2";
src = fetchFromGitHub {
owner = "adsr";
repo = "mle";
rev = "v${version}";
- sha256 = "15i5lzcp0zar2zh34ky9m6pvvi41zgdrl3hmylpgsqnnj4r87vqc";
+ sha256 = "053zvxkjx2zwq6lwkycirxz1m9sjc3zi9ic8fvp3mjvbqfri1y3x";
};
# Fix location of Lua 5.3 header and library