moe: 1.14 -> 1.15

This commit is contained in:
R. Ryantm 2025-01-07 12:40:53 +00:00
parent fb74d2e522
commit 82d7d4e34e

View File

@ -8,11 +8,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "moe";
version = "1.14";
version = "1.15";
src = fetchurl {
url = "mirror://gnu/moe/moe-${finalAttrs.version}.tar.lz";
hash = "sha256-9Lq9bOCuGVFvmDRU+yDTLf9xrTFjN6xr+TpCpf8gnJ0=";
hash = "sha256-QfjIsJnOMEeUXKTgl6YNkkPpxz+7JowZShLaiw2fCmY=";
};
prePatch = ''