moe: 1.13 -> 1.14

This commit is contained in:
Anderson Torres 2024-01-24 11:57:01 -03:00
parent e1fda1ae42
commit 62160ef8d6

View file

@ -7,11 +7,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "moe";
version = "1.13";
version = "1.14";
src = fetchurl {
url = "mirror://gnu/moe/moe-${finalAttrs.version}.tar.lz";
hash = "sha256-Q6VXvFEvidbHGOX0ECnP46BVaCYg642+zmMC80omFGs=";
hash = "sha256-9Lq9bOCuGVFvmDRU+yDTLf9xrTFjN6xr+TpCpf8gnJ0=";
};
prePatch = ''
@ -28,6 +28,8 @@ stdenv.mkDerivation (finalAttrs: {
ncurses
];
strictDeps = true;
meta = {
homepage = "https://www.gnu.org/software/moe/";
description = "A small, 8-bit clean editor";