From 9bb50a89b786edf72e086c5a426a528208729b98 Mon Sep 17 00:00:00 2001 From: Adam Joseph Date: Tue, 5 Dec 2023 22:50:05 -0800 Subject: chore(third_party/geesefs): reduce number of emitted lib.warn This commit converts the geesefs hash to SRI, in order to avoid the following warning being emitted when building `ci.targets`: trace: warning: `vendorSha256` is deprecated. Use `vendorHash` instead Change-Id: I1e74891382c81a9291723af9f31744b4fe4250e2 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10201 Reviewed-by: flokli Autosubmit: Adam Joseph Tested-by: BuildkiteCI --- third_party/geesefs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/geesefs/default.nix b/third_party/geesefs/default.nix index 8c964e5891..7e140cfb81 100644 --- a/third_party/geesefs/default.nix +++ b/third_party/geesefs/default.nix @@ -16,7 +16,7 @@ pkgs.buildGoModule rec { subPackages = [ "." ]; buildInputs = [ pkgs.fuse ]; - vendorSha256 = "00w4jvcpgwh01ddhmlqcnyf4w9gh9bv1g12y9imbhba9cgmg20z5"; + vendorSha256 = "sha256-5QPx6mNJLbhqTF6EF/ZK8CVOnLcM0wpbCwDyd9mWhAM="; meta = with pkgs.lib; { license = licenses.asl20; -- cgit 1.4.1