summaryrefslogtreecommitdiff
path: root/pkgs/hyfetch
diff options
context:
space:
mode:
authorgetchoo-bot[bot] <183349775+getchoo-bot[bot]@users.noreply.github.com>2025-03-31 03:11:34 +0000
committerGitHub <[email protected]>2025-03-31 03:11:34 +0000
commitc4e4bceaff5dbf90fd129df055670c8a2569ef1a (patch)
treef97e42c97febf983dc43979ce0496d6e2c1565f9 /pkgs/hyfetch
parent322b630b7f15ef325f3293451af52ba76847396e (diff)
flake: update inputs (#145)HEADmain
* 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/hyfetch')
-rw-r--r--pkgs/hyfetch/package.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/hyfetch/package.nix b/pkgs/hyfetch/package.nix
index ef0c6fd..c8e5587 100644
--- a/pkgs/hyfetch/package.nix
+++ b/pkgs/hyfetch/package.nix
@@ -33,7 +33,8 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-WPJzLm27Ourt5KddMCwt7TuuFTz4TIIm5yd5E8NiQmI=";
};
- cargoHash = "sha256-PfPTlmqTxVk4EIzLzaLD6UoD/z43TxtjDmv32bAPwT8=";
+ useFetchCargoVendor = true;
+ cargoHash = "sha256-qalxKvNwLcQCXBA52vbb8SUmC2RpFZyJ1NbM2DPHaeI=";
outputs = [
"out"