notmuch: 0.38.1 -> 0.38.2

Changelog: https://git.notmuchmail.org/git?p=notmuch;a=blob_plain;f=NEWS;hb=0.38.2
This commit is contained in:
Mario Rodas 2023-12-03 04:20:00 +00:00
parent 75c3825c88
commit 76c77fa3df

View File

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