Unverified Commit 2cfbd559 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

neomutt: 20250510 -> 20250905 (#441486)

parents 6f61571c 2f729ef0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [