From c4e4bceaff5dbf90fd129df055670c8a2569ef1a Mon Sep 17 00:00:00 2001 From: "getchoo-bot[bot]" <183349775+getchoo-bot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 03:11:34 +0000 Subject: flake: update inputs (#145) * 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 --- pkgs/papa/package.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pkgs/papa') 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 -- cgit v1.2.3