mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 13:33:09 +00:00
update nix version
This commit is contained in:
parent
b8d00ab04a
commit
95fdaf286e
@ -7,7 +7,7 @@
|
|||||||
, html5lib, pyutil, distro, configparser, klein, cbor2
|
, html5lib, pyutil, distro, configparser, klein, cbor2
|
||||||
}:
|
}:
|
||||||
python.pkgs.buildPythonPackage rec {
|
python.pkgs.buildPythonPackage rec {
|
||||||
# Most of the time this is not exactly the release version (eg 1.16.0).
|
# Most of the time this is not exactly the release version (eg 1.17.0).
|
||||||
# Give it a `post` component to make it look newer than the release version
|
# 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.
|
# 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
|
# 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
|
# it is excluded from the source tree by default. When it is included, the
|
||||||
# package tends to be frequently spuriously rebuilt.
|
# package tends to be frequently spuriously rebuilt.
|
||||||
version = "1.16.0.post1";
|
version = "1.17.0.post1";
|
||||||
name = "tahoe-lafs-${version}";
|
name = "tahoe-lafs-${version}";
|
||||||
src = lib.cleanSourceWith {
|
src = lib.cleanSourceWith {
|
||||||
src = ../.;
|
src = ../.;
|
||||||
|
Loading…
Reference in New Issue
Block a user