chore(tazjin/tgsa): bump all dependencies

Change-Id: Id90cf6b74999e81680c589847a8b2f64eefc37ca
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6875
Reviewed-by: tazjin <tazjin@tvl.su>
Autosubmit: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
This commit is contained in:
Vincent Ambo 2022-10-06 23:23:59 +03:00 committed by tazjin
parent 8b880b4a50
commit 96181f917a
3 changed files with 109 additions and 89 deletions

View file

@ -1,7 +1,11 @@
{ depot, pkgs, ... }:
depot.third_party.naersk.buildPackage {
src = ./.;
src = depot.nix.sparseTree ./. [
./Cargo.lock
./Cargo.toml
./src
];
buildInputs = with pkgs; [
pkg-config