moe: 1.15 -> 1.16

This commit is contained in:
R. Ryantm
2026-02-12 12:30:06 +00:00
parent edd0f3d2c8
commit db34ffd0a2
+2 -2
View File
@@ -8,11 +8,11 @@
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 = ''