From 5daaaa2f0bdad7056f1da4817ca2f49eb4e3fbf4 Mon Sep 17 00:00:00 2001 From: sterni Date: Mon, 18 Nov 2024 12:13:13 +0100 Subject: chore(3p/sources): bump channels & overlays MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * //3p/overlays/tvl: build nixos-option with latest Nix version (2.24) as is required now. It would be nice to avoid this somehow to prevent NixOS machines in depot having to carry around two versions of Nix. Maybe we can at least use a statically linked nixos-option? * //3p/{gerrit,gerrit_plugins}: update deps hash * //tvix/eval: adjust our nixVersion “user agent” so that it'll pass the new 2.3.17 minimum version nixpkgs prescribes (to check for zstd support when substituting from the binary cache). Change-Id: I4eb715afdc3dbb857340839f08ce86612aa7f117 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12805 Reviewed-by: flokli Autosubmit: sterni Tested-by: BuildkiteCI --- third_party/gerrit/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'third_party/gerrit/default.nix') diff --git a/third_party/gerrit/default.nix b/third_party/gerrit/default.nix index fdf4a8d9d460..765b8ebabff6 100644 --- a/third_party/gerrit/default.nix +++ b/third_party/gerrit/default.nix @@ -27,7 +27,7 @@ pkgs.lib.makeOverridable depot.nix.buildBazelPackageNG rec { find "$dir" -name .git -print0 | xargs -0 rm -rf ''; }); - depsHash = "sha256-OS2kLXjtuWf+XRyQO2qGvEaAOvxqu20+gXR+fsCvpMc="; + depsHash = "sha256:114k8ck7056c415qncqmykwqrgprmxnaw3pdv50758mrgw7zdkpm"; patches = [ ./0001-Syntax-highlight-nix.patch -- cgit 1.4.1