moe: 1.15 -> 1.16

This commit is contained in:
Thibaut Smith
2026-03-11 20:26:53 +01:00
parent 0346c36ebc
commit 3da757976b
+2 -10
View File
@@ -5,22 +5,15 @@
lzip,
ncurses,
}:
stdenv.mkDerivation (finalAttrs: {
pname = "moe";
version = "1.15";
version = "1.16";
src = fetchurl {
url = "mirror://gnu/moe/moe-${finalAttrs.version}.tar.lz";
hash = "sha256-QfjIsJnOMEeUXKTgl6YNkkPpxz+7JowZShLaiw2fCmY=";
hash = "sha256-TCXNeJGScq6+wKf4wSYBG7Wktdh0IoB6NCMhbwoXqGg=";
};
prePatch = ''
substituteInPlace window_vector.cc --replace \
"insert( 0U, 1," \
"insert( 0U, 1U,"
'';
nativeBuildInputs = [
lzip
];
@@ -49,4 +42,3 @@ stdenv.mkDerivation (finalAttrs: {
mainProgram = "moe";
};
})
# TODO: a configurable, global moerc file