From f4c8b4ba404383247c1114282fb5962e124aec4d Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Fri, 4 Oct 2019 20:25:10 -0400
Subject: [PATCH] Bump Tahoe-LAFS to get latest integration branch.

---
 tahoe-lafs.nix | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tahoe-lafs.nix b/tahoe-lafs.nix
index de4940d..24a591e 100644
--- a/tahoe-lafs.nix
+++ b/tahoe-lafs.nix
@@ -11,9 +11,9 @@ python.pkgs.buildPythonPackage rec {
     owner = "LeastAuthority";
     repo = "tahoe-lafs";
     # HEAD of an integration branch for all of the storage plugin stuff.  Last
-    # updated August 23 2019.
-    rev = "d4b5de2e08e26ad2cc14265a5993be2ecc791d5b";
-    sha256 = "1l2da13w43zzwr1z262zhhq4hq3sha4zrxp7d46zmjn4ya0ixksf";
+    # updated October 4 2019.
+    rev = "8c1f536ba4fbc01f3bc5f08412edbefc56ff7037";
+    sha256 = "17d7pkbsgss3rhqf7ac7ylzbddi555rnkzz48zjqwq1zx1z2jhy6";
   };
 
   postPatch = ''
-- 
GitLab