Merge pull request #271892 from marsam/update-notmuch

notmuch: 0.38.1 -> 0.38.2
This commit is contained in:
Mario Rodas 2023-12-04 19:54:51 -05:00 committed by GitHub
commit 82eacf4c8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [