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/flat-manager | |
| 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/flat-manager')
| -rw-r--r-- | pkgs/flat-manager/package.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/flat-manager/package.nix b/pkgs/flat-manager/package.nix index 6d8eb4a..38f2eec 100644 --- a/pkgs/flat-manager/package.nix +++ b/pkgs/flat-manager/package.nix @@ -20,7 +20,8 @@ rustPlatform.buildRustPackage rec { hash = "sha256-MGsxXY7PXUOTha+8lwr9HYdM4dDMA4wpqhbMleZPtX4="; }; - cargoHash = "sha256-q1MVDzoRO+G62cjX7ctORaPzba8Hh8V6IL8xVmTJJ48="; + useFetchCargoVendor = true; + cargoHash = "sha256-rq4VUisy6RSXTUBI1jfnCQIfASNnVV9xzy7NNzEjfuQ="; nativeBuildInputs = [ pkg-config ]; |
