From 87ea676502cc5a231a2efabfc50f2cb7fd42d9bf Mon Sep 17 00:00:00 2001 From: fenn-cs Date: Fri, 17 Sep 2021 11:06:37 +0100 Subject: [PATCH] update nix version Signed-off-by: fenn-cs --- nix/tahoe-lafs.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/tahoe-lafs.nix b/nix/tahoe-lafs.nix index 35b29f1cc..2aff6af18 100644 --- a/nix/tahoe-lafs.nix +++ b/nix/tahoe-lafs.nix @@ -7,7 +7,7 @@ , html5lib, pyutil, distro, configparser }: python.pkgs.buildPythonPackage rec { - # Most of the time this is not exactly the release version (eg 1.15.1). + # Most of the time this is not exactly the release version (eg 1.16.0). # Give it a `post` component to make it look newer than the release version # and we'll bump this up at the time of each release. # @@ -20,7 +20,7 @@ python.pkgs.buildPythonPackage rec { # is not a reproducable artifact (in the sense of "reproducable builds") so # it is excluded from the source tree by default. When it is included, the # package tends to be frequently spuriously rebuilt. - version = "1.15.1.post1"; + version = "1.16.0.post1"; name = "tahoe-lafs-${version}"; src = lib.cleanSourceWith { src = ../.;