From a3be3aa0033ac6e744b2b6bfbc1d95c09ddd0cd2 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Wed, 6 May 2020 08:44:04 -0400
Subject: [PATCH] pin it for nix builds

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

diff --git a/tahoe-lafs.nix b/tahoe-lafs.nix
index c305267..fc944e5 100644
--- a/tahoe-lafs.nix
+++ b/tahoe-lafs.nix
@@ -4,6 +4,6 @@ in
   pkgs.fetchFromGitHub {
     owner = "tahoe-lafs";
     repo = "tahoe-lafs";
-    rev = "34aeefd3ddbf28dafbc3477e52461eafa53b545d";
-    sha256 = "0l8n4njbzgiwmn3qsmvzyzqlb0y9bj9g2jvpdynvsn1ggxrqmvsq";
-  }
\ No newline at end of file
+    rev = "tahoe-lafs-1.14.0";
+    sha256 = "1ahdiapg57g6icv7p2wbzgkwl9lzdlgrsvbm5485414m7z2d6las";
+  }
-- 
GitLab