notmuch: 0.38.2 -> 0.38.3

This commit is contained in:
R. Ryantm 2024-03-11 14:48:06 +00:00
parent 9b4057a0b5
commit f972fa1a49

View File

@ -16,11 +16,11 @@
stdenv.mkDerivation rec {
pname = "notmuch";
version = "0.38.2";
version = "0.38.3";
src = fetchurl {
url = "https://notmuchmail.org/releases/notmuch-${version}.tar.xz";
hash = "sha256-UoLr5HQrA+4A/Dq4NZaflNIpJ523IyESvcUAnYYelH4=";
hash = "sha256-mvRsyA2li0MByiuu/MJaQNES0DFVB+YywPPw8IMo0FQ=";
};
nativeBuildInputs = [