neomutt: 20260105 -> 20260616

This commit is contained in:
R. Ryantm
2026-07-03 21:27:05 +02:00
committed by Alexis Hildebrandt
parent a263060fea
commit 4192b2933e
+2 -2
View File
@@ -43,13 +43,13 @@ assert lib.warnIf enableMixmaster
stdenv.mkDerivation (finalAttrs: {
pname = "neomutt";
version = "20260504";
version = "20260616";
src = fetchFromGitHub {
owner = "neomutt";
repo = "neomutt";
tag = finalAttrs.version;
hash = "sha256-PVcQjuUWK0QwcDIuKsHTMWFCpYLHBG/3Hr1IbLtlJbg=";
hash = "sha256-MRFJ6y2XC3I0/IIWW/J09tW/IZpLcNy7hki0rqOB9RQ=";
};
buildInputs = [