From 4e1124650184ed6fd41501181d8524af99520759 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Thu, 15 Aug 2019 11:15:55 -0400
Subject: [PATCH] note about the new rev

---
 tahoe-lafs.nix | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tahoe-lafs.nix b/tahoe-lafs.nix
index 466a2dc..fd34d16 100644
--- a/tahoe-lafs.nix
+++ b/tahoe-lafs.nix
@@ -10,7 +10,8 @@ buildPythonPackage rec {
   src = fetchFromGitHub {
     owner = "LeastAuthority";
     repo = "tahoe-lafs";
-    # HEAD of integration/storage-economics branch as of July 15th 2019.
+    # HEAD of an integration branch for all of the storage plugin stuff.  Last
+    # updated August 15th 2019.
     rev = "b35a8908f4096ccae35da78b0e7dde96d6cf1667";
     sha256 = "0n289hzx2s1jvspmpz2c5iwl0dvnfc8qbiqfmpbl88ymrjp7p6rr";
   };
-- 
GitLab