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