Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

treewide: migrate to fetchCargoVendor, batch 5 #376494

Open
wants to merge 1 commit into
base: staging
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion pkgs/by-name/ai/airshipper/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ rustPlatform.buildRustPackage {
hash = "sha256-MHwyXCAqdBzdJlYzSeUXr6bJdTVHcjJ/kGcuAsZCCW8=";
};

cargoHash = "sha256-mdII6CcSQkKZRWLiTJFCrhhkiqJJ5aTQ6vuf9uYGj/I=";
useFetchCargoVendor = true;
cargoHash = "sha256-TkeB939zV5VvqICFqJd/7uX+ydXyEQOJ3sYQbHbZhP0=";

buildInputs = [
fontconfig
Expand Down
3 changes: 2 additions & 1 deletion pkgs/by-name/ar/ares-rs/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-J+q7KeBthF9Wd08MNv0aHyLHgLUKg3mzQ8ic6+ashto=";
};

cargoHash = "sha256-iJ04WPViqtafINkjn3PD8cE55LVdJZQXodAl3KlxweA=";
useFetchCargoVendor = true;
cargoHash = "sha256-K4qAUEVdi7OqpKAxyEMnKkGTuxSjrdE+UQaYosnUo70=";

nativeBuildInputs = [ pkg-config ];
buildInputs = [ openssl ];
Expand Down
3 changes: 2 additions & 1 deletion pkgs/by-name/ca/cargo-hack/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-FAcKzLr835FxgcnWmAe1JirzlRc3fvxGXMKxnSmgCzA=";
};

cargoHash = "sha256-zWIXIoKgLVu7EZLe1IrR3Rl5szrN0zbyKJWK2BvD7kQ=";
useFetchCargoVendor = true;
cargoHash = "sha256-3M+UK0+lvnRH7j1vbqMgpE7mnz8YnPO3MEjQWnPRy8c=";

# some necessary files are absent in the crate version
doCheck = false;
Expand Down
3 changes: 2 additions & 1 deletion pkgs/by-name/ch/charasay/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-NB2GDDFH9IW/c0acMojYHuzPrx0J3tjlDqjQa6ZRbN4=";
};

cargoHash = "sha256-K6roydkLHvs+xg2LjrSHw8IcYEyOFcrsh4u6Fz7yYKQ=";
useFetchCargoVendor = true;
cargoHash = "sha256-i2CvwQXKKfYLdK0tKf/w4TepPyMo99v1I+kIr00PWcY=";

nativeBuildInputs = [ installShellFiles ];

Expand Down
3 changes: 2 additions & 1 deletion pkgs/by-name/de/deno/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-FSip1EY6DCgmIgpkhzEF6h3yV8tJqZKnBpqgBDg1TKQ=";
};

cargoHash = "sha256-35XKqVBXlK6iPHec1ALhymYCD1GG1ZnCU2ET3PRGidk=";
useFetchCargoVendor = true;
cargoHash = "sha256-uLGdrPTXAHwZrevGPgZGiNorxVNkYiHn6mPyxd8O8zw=";

postPatch = ''
# upstream uses lld on aarch64-darwin for faster builds
Expand Down
3 changes: 2 additions & 1 deletion pkgs/by-name/ez/eza/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-XJ8RYfBduTK5CkvFjVRF6yGkgBdojuewFUrEvRcTJsA=";
};

cargoHash = "sha256-FUd2dtSwZEBJDCs5EbgrtHfO2oquZP/4wxhVreCaayg=";
useFetchCargoVendor = true;
cargoHash = "sha256-38RQsr7bYIf/6edIcDwjHtDEI2lnB3Mp+qaOu7Dh41A=";

nativeBuildInputs = [
cmake
Expand Down
3 changes: 2 additions & 1 deletion pkgs/by-name/fl/flake-checker/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-K5E1sarWIUl4QavHBoS8sPr5Cp8ZndWjLYDLm++d7v0=";
};

cargoHash = "sha256-TPF4usEIhgkGUJ16pxq0OhQoJJHLzeRXNQvbP8isWM4=";
useFetchCargoVendor = true;
cargoHash = "sha256-FDfsA87VATJ4CpXoJ0eFoFl5z9Jtv6tPjkCf7kz6g00=";

buildInputs = lib.optionals stdenv.hostPlatform.isDarwin (with darwin.apple_sdk.frameworks; [
Security
Expand Down
3 changes: 2 additions & 1 deletion pkgs/by-name/pa/pay-respects/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-4m8/sp6r2Xb2SsNcatMv0+mWHBx+XKD0LEzrEwuWIEA=";
};

cargoHash = "sha256-obuMixkXqWUuZFqs3mJyMpHx4RY70ZpE3H9GzqFmt6k=";
useFetchCargoVendor = true;
cargoHash = "sha256-uE3nS5XAn20iB7VQuYpFryIhQ7WMAEFGrD+KHJb1H5I=";

nativeBuildInputs = [
pkg-config
Expand Down
3 changes: 2 additions & 1 deletion pkgs/by-name/pi/pineflash/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-4tcwEok36vuXbtlZNUkLNw1kHFQPBEJM/gWRhRWNLPg=";
};

cargoHash = "sha256-l01It6mUflENlADW6PpOQvK1o4qOjbTsMLB6n+OIl0U=";
useFetchCargoVendor = true;
cargoHash = "sha256-OgUWOtqgGCRNYCrdMa8IAfxbbYqv+1WwubvfYybuAQU=";

nativeBuildInputs = [
pkg-config
Expand Down
3 changes: 2 additions & 1 deletion pkgs/by-name/rb/rbw/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-ebLbdIF+BybK7ssNtZacGWmAEwdNZh8b94QYgvcwzmM=";
};

cargoHash = "sha256-230jJr2EQua9iI4jz+LxrTZn4TtVAsmPYB8JMLAylzc=";
useFetchCargoVendor = true;
cargoHash = "sha256-xDb4shDHCbd0yuTSAt80i1aqyuhpkfd/fYF98CfXdcM=";

nativeBuildInputs = [
installShellFiles
Expand Down
3 changes: 2 additions & 1 deletion pkgs/by-name/re/release-plz/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-m33tBLNOU2+vjIICU0ggnNxLvD/fxJVSxT6bRih9e7U=";
};

cargoHash = "sha256-d7CltWp1RfQ8cJ6eLXF8spaWXBBEtla46FiRrzG5EVg=";
useFetchCargoVendor = true;
cargoHash = "sha256-XPe5lQMKTGWlt9E3JSsCT1g7VTFBo/aYrVSf0VNOpVk=";

nativeBuildInputs = [
installShellFiles
Expand Down
3 changes: 2 additions & 1 deletion pkgs/by-name/sl/slint-lsp/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-1yXyf/9St03B8mZPfw8GVUIFOX/nWbwwCs/8ON3uBDw=";
};

cargoHash = "sha256-iuLTqrYq3mXjZ1bUQvEwWUNOxdg21Yn5NWmiQTAtdIA=";
useFetchCargoVendor = true;
cargoHash = "sha256-FFNMI6mGYAqHPpdVo8iA2i8R2JNz8F5oQFXh7rk6wdI=";

nativeBuildInputs = [
cmake
Expand Down
3 changes: 2 additions & 1 deletion pkgs/by-name/te/tex-fmt/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-3kRtBfIT6QcdZ1+h2WwvxsAv/UJLtwSodF5zvCUDbHQ=";
};

cargoHash = "sha256-A8bRimM8eHUM86HLzReo4WFzaz6P9hnKuyhg0h0db9I=";
useFetchCargoVendor = true;
cargoHash = "sha256-4kx3co9doFYD9SjJhL17hgf6ll4niKnF57evv/eNeM0=";

nativeBuildInputs = [ installShellFiles ];

Expand Down