From 1ef65a37ee8bfbd44fdc8a2b5de3a4a3b5b5abf2 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Tue, 14 Mar 2023 18:21:52 +0000 Subject: [PATCH] It already has a `postN` suffix --- nix/tahoe-lafs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/tahoe-lafs.nix b/nix/tahoe-lafs.nix index 47dd093ae..c547b75f0 100644 --- a/nix/tahoe-lafs.nix +++ b/nix/tahoe-lafs.nix @@ -87,7 +87,7 @@ buildPythonPackage rec { # TODO: We can have more metadata after we switch to flakes. # Then the `self` input will have a `sourceInfo` attribute telling us # things like git revision, a revision counter, etc. - real_version = "${version}.post1" + real_version = "${version}" full_version = real_version branch = "master" verstr = real_version