From 4dc56ebb5ecff72f0fe8bacb6657e37581fb3726 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Thu, 3 Oct 2019 14:40:59 -0400
Subject: [PATCH] Switch to revision on integration/storage-economics

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

diff --git a/tahoe-lafs.nix b/tahoe-lafs.nix
index f9460c4..3d8657d 100644
--- a/tahoe-lafs.nix
+++ b/tahoe-lafs.nix
@@ -11,9 +11,9 @@ buildPythonPackage rec {
     owner = "LeastAuthority";
     repo = "tahoe-lafs";
     # HEAD of an integration branch for all of the storage plugin stuff.  Last
-    # updated August 20th 2019.
-    rev = "ba2f31f5f3719c7cf9f621852571e89ab445bf61";
-    sha256 = "02c3zghx1951zw1912c2qf9s7n41wsbz8ld5700myak69nvkh0gs";
+    # updated August 23 2019.
+    rev = "d4b5de2e08e26ad2cc14265a5993be2ecc791d5b";
+    sha256 = "1l2da13w43zzwr1z262zhhq4hq3sha4zrxp7d46zmjn4ya0ixksf";
   };
 
   postPatch = ''
-- 
GitLab