From d3cb232f637e91e7c1ee7dd71f386b6dce967aa7 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Fri, 4 Oct 2019 12:02:52 -0400
Subject: [PATCH] bump tahoe-lafs to latest version of
 integration/storage-economics

---
 tahoe-lafs.nix | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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