Commit 5d2b2523 authored by Mario Rodas's avatar Mario Rodas Committed by Emery Hemingway
Browse files
parent 69ae2d6b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,11 +16,11 @@

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

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

  nativeBuildInputs = [