From 8e1d60e39ce66b26bca2990353262a55ae348fc0 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Thu, 30 Sep 2021 04:20:00 +0000 Subject: [PATCH] notmuch: 0.33 -> 0.33.2 --- .../applications/networking/mailreaders/notmuch/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/networking/mailreaders/notmuch/default.nix b/pkgs/applications/networking/mailreaders/notmuch/default.nix index 3247f45b06f..5e6dc6c6bb6 100644 --- a/pkgs/applications/networking/mailreaders/notmuch/default.nix +++ b/pkgs/applications/networking/mailreaders/notmuch/default.nix @@ -1,4 +1,4 @@ -{ fetchurl, fetchgit, lib, stdenv +{ fetchurl, lib, stdenv , pkg-config, gnupg , xapian, gmime, talloc, zlib , doxygen, perl, texinfo @@ -11,11 +11,11 @@ stdenv.mkDerivation rec { pname = "notmuch"; - version = "0.33"; + version = "0.33.2"; src = fetchurl { url = "https://notmuchmail.org/releases/notmuch-${version}.tar.xz"; - hash = "sha256-iD4EW0v6LEjJpGcQYqQGA6f2Flck3VRhi+66EAVJ0mw="; + hash = "sha256:1bic1f2va136aygfy53bsgziwiidcpb7qf1v05mlza2jmgv94j14"; }; nativeBuildInputs = [