notmuch: 0.37 -> 0.38

Changelog: https://git.notmuchmail.org/git?p=notmuch;a=blob_plain;f=NEWS;hb=0.38
This commit is contained in:
Mario Rodas 2023-09-12 04:20:00 +00:00 committed by Emery Hemingway
parent 69ae2d6bba
commit 5d2b2523a0

View file

@ -16,11 +16,11 @@
stdenv.mkDerivation rec {
pname = "notmuch";
version = "0.37";
version = "0.38";
src = fetchurl {
url = "https://notmuchmail.org/releases/notmuch-${version}.tar.xz";
sha256 = "sha256-DnZt8ot4v064I1Ymqx9S8E8eNmZJMlqM6NPJCGAnhvY=";
sha256 = "sha256-oXkBrb5D9IGmv1PBWiogJovI3HrVzPaFoNF8FFbbr24=";
};
nativeBuildInputs = [