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 <flokli@flokli.de>
Autosubmit: Adam Joseph <adam@westernsemico.com>
Tested-by: BuildkiteCI
This commit is contained in:
Adam Joseph 2023-12-05 22:50:05 -08:00 committed by clbot
parent 49b34183e3
commit 9bb50a89b7

View file

@ -16,7 +16,7 @@ pkgs.buildGoModule rec {
subPackages = [ "." ];
buildInputs = [ pkgs.fuse ];
vendorSha256 = "00w4jvcpgwh01ddhmlqcnyf4w9gh9bv1g12y9imbhba9cgmg20z5";
vendorSha256 = "sha256-5QPx6mNJLbhqTF6EF/ZK8CVOnLcM0wpbCwDyd9mWhAM=";
meta = with pkgs.lib; {
license = licenses.asl20;