neomutt: 20250510 -> 20250905 (#441486)

This commit is contained in:
Wolfgang Walther
2025-09-23 17:01:37 +00:00
committed by GitHub
+2 -2
View File
@@ -43,13 +43,13 @@ assert lib.warnIf (
stdenv.mkDerivation (finalAttrs: {
pname = "neomutt";
version = "20250510";
version = "20250905";
src = fetchFromGitHub {
owner = "neomutt";
repo = "neomutt";
tag = finalAttrs.version;
hash = "sha256-62J7qyHC3hSgEgTA2zB+BQtZb+5BUXjQEOB3vGZGSNw=";
hash = "sha256-RLyszU2u5jV/o6LrmZFkLx/Wu94Yq3JlXNgpe4agOZI=";
};
buildInputs = [