neomutt: 20250113 -> 20250510 (#414653)

This commit is contained in:
Peder Bergebakken Sundt
2025-06-14 21:54:19 +02:00
committed by GitHub
+4 -2
View File
@@ -9,6 +9,7 @@
ncurses,
perl,
cyrus_sasl,
gitUpdater,
gss,
gpgme,
libkrb5,
@@ -42,13 +43,13 @@ assert lib.warnIf (
stdenv.mkDerivation (finalAttrs: {
pname = "neomutt";
version = "20250113";
version = "20250510";
src = fetchFromGitHub {
owner = "neomutt";
repo = "neomutt";
tag = finalAttrs.version;
hash = "sha256-30uagr4Z748U34yaTpw0lqxifuMlQRqccuZHKpbkXVE=";
hash = "sha256-62J7qyHC3hSgEgTA2zB+BQtZb+5BUXjQEOB3vGZGSNw=";
};
buildInputs =
@@ -163,6 +164,7 @@ stdenv.mkDerivation (finalAttrs: {
rev = "8e97688693ca47ea1055f3d15055a4f4ecc5c832";
hash = "sha256-tx5Y819rNDxOpjg3B/Y2lPcqJDArAxVwjbYarVmJ79k=";
};
updateScript = gitUpdater { };
};
checkTarget = "test";