notmuch: 0.39 -> 0.40

This commit is contained in:
R. Ryantm
2026-02-01 13:56:34 +00:00
parent 732aaade1a
commit d3450c83fb
@@ -36,11 +36,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "notmuch";
version = "0.39";
version = "0.40";
src = fetchurl {
url = "https://notmuchmail.org/releases/notmuch-${finalAttrs.version}.tar.xz";
hash = "sha256-uIuwKnbEa62NMT/Su0+OOSmLUfZvy+swTZ+Aw+73BOM=";
hash = "sha256-S0MUu/HCAp/feTY35se7FcGxcw0ivpqgSAPJjFu8RG8=";
};
nativeBuildInputs = [