diff options
| author | getchoo-bot[bot] <183349775+getchoo-bot[bot]@users.noreply.github.com> | 2025-03-31 03:11:34 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-03-31 03:11:34 +0000 |
| commit | c4e4bceaff5dbf90fd129df055670c8a2569ef1a (patch) | |
| tree | f97e42c97febf983dc43979ce0496d6e2c1565f9 /pkgs/treefetch/package.nix | |
| parent | 322b630b7f15ef325f3293451af52ba76847396e (diff) | |
* flake: update inputs
* treewide: fetchCargoTarball -> fetchCargoVendor
---------
Co-authored-by: getchoo-bot[bot] <183349775+getchoo-bot[bot]@users.noreply.github.com>
Co-authored-by: Seth Flynn <[email protected]>
Diffstat (limited to 'pkgs/treefetch/package.nix')
| -rw-r--r-- | pkgs/treefetch/package.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/treefetch/package.nix b/pkgs/treefetch/package.nix index 56769b0..78e10a7 100644 --- a/pkgs/treefetch/package.nix +++ b/pkgs/treefetch/package.nix @@ -15,7 +15,8 @@ rustPlatform.buildRustPackage { hash = "sha256-FDiulTit492KwV46A3qwjHQwzpjVJvIXTfTrMufXd5k="; }; - cargoHash = "sha256-8HJYYPBogkgEfK3kv8dFUFaqUhvgYAOrhUIyZo3bqp8="; + useFetchCargoVendor = true; + cargoHash = "sha256-cbJ3Xr9oxMTfEtjcqeFL8c76p8bMMf3lbcdGU3cGvRA="; meta = { description = "A plant-based system fetch tool made with Rust."; |
