Unverified Commit 01ae2ab6 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #192062 from marsam/update-notmuch

notmuch: 0.36 -> 0.37
parents 742855b1 79193f3d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,11 +14,11 @@

stdenv.mkDerivation rec {
  pname = "notmuch";
  version = "0.36";
  version = "0.37";

  src = fetchurl {
    url = "https://notmuchmail.org/releases/notmuch-${version}.tar.xz";
    sha256 = "0h6f6mh9m9vrijm638x5sbsl321b74a25cdasbxhx67x62w320hk";
    sha256 = "sha256-DnZt8ot4v064I1Ymqx9S8E8eNmZJMlqM6NPJCGAnhvY=";
  };

  nativeBuildInputs = [