notmuch: 0.36 -> 0.37

https://notmuchmail.org/news/release-0.37/
This commit is contained in:
Mario Rodas 2022-09-20 04:20:00 +00:00
parent 40461db5c5
commit 79193f3dca

View file

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