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:
parent
49b34183e3
commit
9bb50a89b7
1 changed files with 1 additions and 1 deletions
2
third_party/geesefs/default.nix
vendored
2
third_party/geesefs/default.nix
vendored
|
@ -16,7 +16,7 @@ pkgs.buildGoModule rec {
|
|||
|
||||
subPackages = [ "." ];
|
||||
buildInputs = [ pkgs.fuse ];
|
||||
vendorSha256 = "00w4jvcpgwh01ddhmlqcnyf4w9gh9bv1g12y9imbhba9cgmg20z5";
|
||||
vendorSha256 = "sha256-5QPx6mNJLbhqTF6EF/ZK8CVOnLcM0wpbCwDyd9mWhAM=";
|
||||
|
||||
meta = with pkgs.lib; {
|
||||
license = licenses.asl20;
|
||||
|
|
Loading…
Reference in a new issue