From 730b7914ff474eb1cddfefb8297fa2d2a1bae222 Mon Sep 17 00:00:00 2001 From: Emily Date: Tue, 5 Aug 2025 17:55:38 +0100 Subject: [PATCH] justbuild: use default `fmt` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Upstream bumped to 11. Since apparently nobody is keeping it updated, let’s just drop the comment and use our default version until it breaks. --- pkgs/by-name/ju/justbuild/package.nix | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/pkgs/by-name/ju/justbuild/package.nix b/pkgs/by-name/ju/justbuild/package.nix index bd44c3ccebc2..c376c56ad1d4 100644 --- a/pkgs/by-name/ju/justbuild/package.nix +++ b/pkgs/by-name/ju/justbuild/package.nix @@ -3,7 +3,7 @@ fetchFromGitHub, fetchurl, - fmt_10, + fmt, nlohmann_json, cli11, microsoft-gsl, @@ -63,12 +63,7 @@ stdenv.mkDerivation rec { # Dependencies of just cli11 - # Using fmt 10 because this is the same version upstream currently - # uses for bundled builds - # For future updates: The currently used version can be found in the file - # etc/repos.in.json: https://github.com/just-buildsystem/justbuild/blob/master/etc/repos.in.json - # under the key .repositories.fmt - fmt_10 + fmt microsoft-gsl nlohmann_json