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/papa | |
| 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/papa')
| -rw-r--r-- | pkgs/papa/package.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/papa/package.nix b/pkgs/papa/package.nix index 4c98ec5..e910bc6 100644 --- a/pkgs/papa/package.nix +++ b/pkgs/papa/package.nix @@ -26,7 +26,8 @@ rustPlatform.buildRustPackage rec { ln -sf ${passthru.libthermite} source/thermite ''; - cargoHash = "sha256-t2c/eaQLEKLzJEvyY35Kithon5K5Bes3OWmQgExigzI="; + useFetchCargoVendor = true; + cargoHash = "sha256-2Hmy0nkdUhwBJstMkff3t7oEHyAbkud9JxY3SXb3c9c="; nativeBuildInputs = [ pkg-config |
