From 259c89ab41041b93123803ccca1c5279093acef6 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Mon, 19 Aug 2019 11:41:49 -0400 Subject: [PATCH] Bump to Tahoe-LAFS version that passes full _Config --- tahoe-lafs.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tahoe-lafs.nix b/tahoe-lafs.nix index fd34d16..ebd6d02 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 15th 2019. - rev = "b35a8908f4096ccae35da78b0e7dde96d6cf1667"; - sha256 = "0n289hzx2s1jvspmpz2c5iwl0dvnfc8qbiqfmpbl88ymrjp7p6rr"; + # updated August 19th 2019. + rev = "c37743ac82becc14a4ab066e73c4e77abf73d172"; + sha256 = "0f46j50arml2giwybaw630dfvrsxsakpsn1vkzcsgn8ai8vaccv1"; }; postPatch = '' -- GitLab