diff --git a/tahoe-lafs.nix b/tahoe-lafs.nix
index de4940d98bc36335c60480aaa0cdff90db3bae01..24a591e67545b943131d82c430a1792d6305204e 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 = ''