about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-01-21 09:22:26 +0100
committerGitHub <noreply@github.com>2021-01-21 09:22:26 +0100
commit621e8fca81ffe12bfa24126ada168035065cb7a1 (patch)
treeff1fb42aa484a4e2dae3ab42248363d25166aa36 /pkgs/applications
parent930fcbc97c6510a169334a9170000401a1314c83 (diff)
parentfc1ddd2cabd1922431e2f9d9a5257c907f0b18c1 (diff)
Merge pull request #110233 from bbigras/notmuch
notmuch: 0.31 -> 0.31.3
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/mailreaders/notmuch/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/mailreaders/notmuch/default.nix b/pkgs/applications/networking/mailreaders/notmuch/default.nix
index c39654d1c29c1..ddffe07470624 100644
--- a/pkgs/applications/networking/mailreaders/notmuch/default.nix
+++ b/pkgs/applications/networking/mailreaders/notmuch/default.nix
@@ -12,7 +12,7 @@
 with lib;
 
 stdenv.mkDerivation rec {
-  version = "0.31";
+  version = "0.31.3";
   pname = "notmuch";
 
   passthru = {
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
 
   src = fetchgit {
     url = "https://git.notmuchmail.org/git/notmuch";
-    sha256 = "0f9d9k9avb46yh2r8fvijvw7bryqwckvyzc68f9phax2g4c99x4x";
+    sha256 = "1wm1myzacz1dcg7vdfd3akia3xan7ssfspf1fflrwm18hdalss5v";
     rev = version;
   };