Skip to content

Commit

Permalink
treewide: migrate to fetchCargoVendor, batch 1
Browse files Browse the repository at this point in the history
Cargo 1.84.0 seems to have changed the output format of cargo vendor
again, once again invalidating fetchCargoTarball FOD hashes.  It's
time to fix this once and for all, switching across the board to
fetchCargoVendor, which is not dependent on cargo vendor's output
format.

It should be possible to reproduce this diff.  To do so, get the list
of files changed by this commit, e.g. with git diff --name-only, then
run the following two commands, each with that list of files as their
standard input:

	xargs sed -i 's/^\(. *\)\(cargoHash\)\b/\1useFetchCargoVendor = true;\n\1cargoHash/'
	cut -d / -f 4 | xargs -n 1 nix-update --version=skip

This will take a long time.  It might be possible to parallelize it
using xargs' -P option.  I haven't tested it.
  • Loading branch information
alyssais committed Jan 23, 2025
1 parent 2aa9dde commit 7615235
Show file tree
Hide file tree
Showing 1,315 changed files with 2,630 additions and 1,315 deletions.
3 changes: 2 additions & 1 deletion pkgs/by-name/aa/aaa/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ rustPlatform.buildRustPackage rec {
rev = "v${version}";
sha256 = "sha256-gIOlPjZOcmVLi9oOn4gBv6F+3Eq6t5b/3fKzoFqxclw=";
};
cargoHash = "sha256-ugB0r9qiGRurc30GrJH4MKM6fWZ99+f1Gy7/1lSmrwU=";
useFetchCargoVendor = true;
cargoHash = "sha256-CHX+Ugy4ND36cpxNEFpnqid6ALHMPXmfXi+D4aktPRk=";

meta = with lib; {
description = "Terminal viewer for 3a format";
Expand Down
3 changes: 2 additions & 1 deletion pkgs/by-name/aa/aarch64-esr-decoder/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-U9i5L3s4oQOIqlECSaKkHxS2Vzr6SY4tIUpvl3+oSl0=";
};

cargoHash = "sha256-BdxRvvU3AovlT7QloZ/LlkjRTVCWEsPUj4NkP4gBPsY=";
useFetchCargoVendor = true;
cargoHash = "sha256-LiNnTNpluQkomQhIOsAnUbbBftTgqgNdpT8heCrBayg=";

meta = with lib; {
description = "Utility for decoding aarch64 ESR register values";
Expand Down
3 changes: 2 additions & 1 deletion pkgs/by-name/aa/aardvark-dns/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-VXuTHc/t+5QidTqMptoQqircHTtYzeEXfFFII8jeOrI=";
};

cargoHash = "sha256-MHNIb1hNoL/62aUDNs0wd4086m3Zm4bnRp+VKXE4gJs=";
useFetchCargoVendor = true;
cargoHash = "sha256-ydvvV3w8VmfdSTXeJvMuN0oqkkZdWs6/9KocalRGWpg=";

passthru.tests = { inherit (nixosTests) podman; };

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

cargoHash = "sha256-jTCAB4O+SePCaKivHwbfFJZKjlxZmzP4uLT5idKmiO4=";
useFetchCargoVendor = true;
cargoHash = "sha256-y+5rW3LruV1WeJXizbhHs01jkWrYsMXZkn1NG0Xz3bg=";

nativeBuildInputs = [ installShellFiles ];

Expand Down
3 changes: 2 additions & 1 deletion pkgs/by-name/ab/aba/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ rustPlatform.buildRustPackage {
hash = "sha256-2zVQNchL4DFh2v2/kwupJTBSmXiKqlxzUMrP9TbfCMs=";
};

cargoHash = "sha256-YhSzbfcEIJjKWlyYq1lK70qt4f/Z71n7hgaaZ/D/U80=";
useFetchCargoVendor = true;
cargoHash = "sha256-U1f68DY+yV6Uxwk1Re0eSNCFWYrYKCN08hJAYcp4ksE=";

nativeBuildInputs = [
just
Expand Down
3 changes: 2 additions & 1 deletion pkgs/by-name/ac/action-validator/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ rustPlatform.buildRustPackage rec {
fetchSubmodules = true;
};

cargoHash = "sha256-mBY+J6JcIhV++tO6Dhw5JvYLSwoYZR3lB3l0KTjkcQM=";
useFetchCargoVendor = true;
cargoHash = "sha256-dy66ZkU9lIYGe9T3oR8m5cGcBQO5MF1KsLjfaHTtvlY=";

meta = with lib; {
description = "Tool to validate GitHub Action and Workflow YAML files";
Expand Down
3 changes: 2 additions & 1 deletion pkgs/by-name/ad/ad/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-c2oSQ81qCZbwUl4TqovDWm8TUqI6RdrQPvoP/FaTI/A=";
};

cargoHash = "sha256-VgzaAQy0z1JReMeRcX7LbbgKqrwTmnVecuLd1kyekHA=";
useFetchCargoVendor = true;
cargoHash = "sha256-WEU1pipIQmlvfIBUmXiGYDN45M/C7OJdf4nzFbNQhLc=";

nativeBuildInputs = [ installShellFiles ];

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

cargoHash = "sha256-IPkKiXuFN0KFlcrrSjLmML+O5zCrVRKEqdyV2xBsCsg=";
useFetchCargoVendor = true;
cargoHash = "sha256-yPDysaslL/7N60eZ/hqZl5ZXIsof/pvlgHYfW1mIWtI=";

buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
darwin.apple_sdk.frameworks.Security
Expand Down
3 changes: 2 additions & 1 deletion pkgs/by-name/ad/adrs/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-a1vxo2Zw2fvCJeGaatNqf2h74t7pvWppYS2l2gbCF5k=";
};

cargoHash = "sha256-eVADcCXf6hl9o9pApp3inU7kZAKA3k5mM3+vy7cq5u8=";
useFetchCargoVendor = true;
cargoHash = "sha256-VtMgvUifHddSncsKxtT5v44sDhihLgpbq38szvHVrVk=";

meta = {
description = "Command-line tool for managing Architectural Decision Records";
Expand Down
3 changes: 2 additions & 1 deletion pkgs/by-name/af/afterburn/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ rustPlatform.buildRustPackage rec {
sha256 = "sha256-j2eQUro0Rx1axBAaZDNICRrkygb4JAyxVAER/5BXXLY=";
};

cargoHash = "sha256-rk/lVoPdA9Uj/MorMchVlQQB9bYmNC90NqM6w9FXLoc=";
useFetchCargoVendor = true;
cargoHash = "sha256-xA5hp7a4DFMh8Xrh2ft94s6aNjORKtyCuNy4GgJbSsw=";

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

cargoHash = "sha256-CUEjumDmRf3uUejE5pg1aS1CbVByPSeb9HWRyXzC2YY=";
useFetchCargoVendor = true;
cargoHash = "sha256-xK2sEtHBYKi2aAt/Sc5qIFGAZns8Wdm24/dBCR73KmQ=";

nativeBuildInputs = [ pkg-config ];

Expand Down
3 changes: 2 additions & 1 deletion pkgs/by-name/ag/agenix-cli/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ rustPlatform.buildRustPackage rec {
sha256 = "sha256-0+QVY1sDhGF4hAN6m2FdKZgm9V1cuGGjY4aitRBnvKg=";
};

cargoHash = "sha256-TLCSLxrKLBge/DgyzvBSshssIiFOuc/4Dq0wY7u2hxI=";
useFetchCargoVendor = true;
cargoHash = "sha256-xpA9BTA7EK3Pw8EJOjIq1ulBAcX4yNhc4kqhxsoCbv0=";

passthru.updateScript = nix-update-script { };

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

cargoHash = "sha256-4CcwzaPIO+upISizpXHGYfKh9YD4foJAqx7TGgLCHZI=";
useFetchCargoVendor = true;
cargoHash = "sha256-dk0OulqKBktyznyLu5X3gI3BxZolXQi+9Sm3a+FLPvA=";

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

cargoHash = "sha256-rxxbmba189vcpNve5b7kfeFCZqF2fx9YNU78wgtGtKE=";
useFetchCargoVendor = true;
cargoHash = "sha256-bgf9iVqQ7HuUV+idlPxyuILmxjBi2ThihdeCLjhj8Hk=";

buildInputs =
[ openssl ]
Expand Down
3 changes: 2 additions & 1 deletion pkgs/by-name/ai/airgorah/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-cIb40TKkk3gfy4dTP8WyZqQkRGj5nItaQ3NSfexCUOA=";
};

cargoHash = "sha256-sJFOpxBW6Z8ewfyhJuxZByJNgaEmezw15OQt9KjFaec=";
useFetchCargoVendor = true;
cargoHash = "sha256-3Les/A9fBBjU6NSVVEyXCbjrNSdaEgCl5pZ36ceRDQg=";

nativeBuildInputs = [
pkg-config
Expand Down
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-V8G1mZIdqf+WGcrUzRgWnlUk+EXs4arAEQdRESpobGg=";
};

cargoHash = "sha256-N2FZZGbsAJdmBthsl1Be+kLMjI65yzMcbnBkgvdfDLM=";
useFetchCargoVendor = true;
cargoHash = "sha256-EYDADH6IWOjOQfiXAc6OLniTKn5HnbVgVK1gAVMGr4E=";

buildInputs = [
fontconfig
Expand Down
3 changes: 2 additions & 1 deletion pkgs/by-name/al/alacritty/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-CAxf0ltvYXYTdjQmLQnRwRRJUBgABbHSB8DxfAbgBdo=";
};

cargoHash = "sha256-pVwPo9O3ortTtVzZn1p1grFGLBA2gVTOatdNFqNQ5zc=";
useFetchCargoVendor = true;
cargoHash = "sha256-5AIl/z9OHSBs0DRk4UD03Yrvb6Ib5FGJk9XCRCKsjTs=";

nativeBuildInputs = [
cmake
Expand Down
3 changes: 2 additions & 1 deletion pkgs/by-name/al/alejandra/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-g0SSfTWZ5mtMOpQic+eqq9sXMy1E/7yKxxfupZd9V4A=";
};

cargoHash = "sha256-s3932c/k9UTbJ79fBQBRDILN2VWNM1tNEV7cW4fQK74=";
useFetchCargoVendor = true;
cargoHash = "sha256-17HoU0GcJlTP254RqFX4gZxEflwJGSbBULA/rg0paUc=";

passthru.tests = {
version = testers.testVersion { package = alejandra; };
Expand Down
3 changes: 2 additions & 1 deletion pkgs/by-name/al/alexandria/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-6r9bEY7e1Eef/0/CJ26ITpFJcCVUEKLrFx+TNEomLPE=";
};

cargoHash = "sha256-AsR2BJuz4RdPX1lmORwn6nK+8cm2Xmm1EOsxYkWx3hc=";
useFetchCargoVendor = true;
cargoHash = "sha256-VX/G4dF9DhlGfifp4xf9xkXli7BHFtKY2+HaMHqqPiA=";

env = {
OPENSSL_NO_VENDOR = 1;
Expand Down
3 changes: 2 additions & 1 deletion pkgs/by-name/al/alioth/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ rustPlatform.buildRustPackage rec {
# Checks use `debug_assert_eq!`
checkType = "debug";

cargoHash = "sha256-xxe+WZIXkEG7B+CX3WNGhPw4AmUQOY9w3DS+QP9hMX0=";
useFetchCargoVendor = true;
cargoHash = "sha256-kW76EBlpzeSmIhW5UsYjPYp5KeH2mPuf3aAiTSM06g4=";

separateDebugInfo = true;

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

cargoHash = "sha256-6T4WcQkCMR8W67w0uhhN8W0FlLsrTUMa3/xRXDtW4Es=";
useFetchCargoVendor = true;
cargoHash = "sha256-OhrSK+bvdQP1bAcEbS2foHxY4BEYoJ9SQaE7Rj9od0Y=";

preConfigure = ''
substituteInPlace src/compiler.rs \
Expand Down
3 changes: 2 additions & 1 deletion pkgs/by-name/am/amber-secret/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-nduSnDhLvHpZD7Y1zeZC4nNL7P1qfLWc0yMpsdqrKHM=";
};

cargoHash = "sha256-DxTsbJ51TUMvc/NvsUYhRG9OxxEGrWfEPYCOYaG9PXo=";
useFetchCargoVendor = true;
cargoHash = "sha256-Gwj0rnbKWifja5NJwskcrFpPoK15HjSQHXolGbgV784=";

buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ darwin.apple_sdk.frameworks.Security ];

Expand Down
3 changes: 2 additions & 1 deletion pkgs/by-name/am/amp/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ rustPlatform.buildRustPackage rec {

cargoPatches = [ ./update_time_crate.patch ];

cargoHash = "sha256-EYD1gQgkHemT/3VewdsU5kOGQKY3OjIHRiTSqSRNwtU=";
useFetchCargoVendor = true;
cargoHash = "sha256-4lYywaPTfoOHEYHy+h7HfWn+OaDdk166tQ8ZFx9XZK0=";

nativeBuildInputs = [
cmake
Expand Down
3 changes: 2 additions & 1 deletion pkgs/by-name/an/anewer/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ rustPlatform.buildRustPackage rec {
sha256 = "181mi674354bddnq894yyq587w7skjh35vn61i41vfi6lqz5dy3d";
};

cargoHash = "sha256-LJ0l5CZM5NqdbCZe4ELkYf9EkKyBxL/LrNmFy+JS6gM=";
useFetchCargoVendor = true;
cargoHash = "sha256-ojgm5LTOOhnGS7tUD1UUktviivp68u0c06gIJNhEO1E=";

meta = with lib; {
description = "Append lines from stdin to a file if they don't already exist in the file";
Expand Down
3 changes: 2 additions & 1 deletion pkgs/by-name/an/angle-grinder/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ rustPlatform.buildRustPackage rec {
sha256 = "sha256-1SZho04qJcNi84ZkDmxoVkLx9VJX04QINZQ6ZEoCq+c=";
};

cargoHash = "sha256-+l0+zaZSPOk4gJLHZ9LFFbYlZ5vkS68Jg2dWPHSkzKw=";
useFetchCargoVendor = true;
cargoHash = "sha256-B7JFwFzE8ZvbTjCUZ6IEtjavPGkx3Nb9FMSPbNFqiuU=";

passthru = {
updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; };
Expand Down
3 changes: 2 additions & 1 deletion pkgs/by-name/an/ansi/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-KGPlNXkF16VdoOb3tg3nsQRdtgU83z7ibPy965bvvDk=";
};

cargoHash = "sha256-Q46VKBrOsjqUeSruuK/Bur2L69JAGr3c+ianfPlfzi0=";
useFetchCargoVendor = true;
cargoHash = "sha256-r2dZ3io8YRWE1BJQ+gM5uwhz56RgvjHvgmARnHVsQCA=";

meta = {
description = "Quickly get ANSI escape sequences";
Expand Down
3 changes: 2 additions & 1 deletion pkgs/by-name/an/anyrun/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ rustPlatform.buildRustPackage {
hash = "sha256-jU88Q9tP4vuvWYGQcmOdFwI9e2uMPVYJHbXdiklIH9o=";
};

cargoHash = "sha256-DtU5Jtx46M+aP1oSdZt+aJH5jqNdNU9G7klzwsVjcZU=";
useFetchCargoVendor = true;
cargoHash = "sha256-ouAeoSCmkvWgxAUA/VYITm9/XvxmN+TdyZgEGgBGdKI=";

strictDeps = true;
enableParallelBuilding = true;
Expand Down
3 changes: 2 additions & 1 deletion pkgs/by-name/ap/apftool-rs/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-0+eKxaLKZBRLdydXxUbifFfFncAbthUn7AB8QieWaXM=";
};

cargoHash = "sha256-6lYokd0jwpBWCQ+AbN6ptZYXGcy41GHPbnTELUjPbyA=";
useFetchCargoVendor = true;
cargoHash = "sha256-IJEEnNIW44kItB19U1lNGi1cHpVGaGHQZt2kgAJFkjU=";

meta = {
description = "About Tools for Rockchip image unpack tool";
Expand Down
3 changes: 2 additions & 1 deletion pkgs/by-name/ap/aphorme/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-p1ZIMMDyQWVzoeyHb3sbeV6XQwbIDoQwJU8ynI8hGUI=";
};

cargoHash = "sha256-aFoy5KTapx+5aIzvDwMfjxZQ6WKQtvX3h7rNX4LBeN8=";
useFetchCargoVendor = true;
cargoHash = "sha256-knxFQ9hBBc8zATwf4ntbbmT2a+33uYcqax8AAFsj/NM=";

# No tests exist
doCheck = false;
Expand Down
3 changes: 2 additions & 1 deletion pkgs/by-name/ar/argc/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-sviGDwxbCBsNY5viV7Qim6B/COd1Uz0Wj/6n/Ge+A50=";
};

cargoHash = "sha256-xGL2degbWauMi+BPGQgYvza6SiIRQxE4KZ0jMOMec7M=";
useFetchCargoVendor = true;
cargoHash = "sha256-uyUwmTDa1RcgQbc/6wMwRK6932CatuGMr0FPd2rAufk=";

nativeBuildInputs = [ installShellFiles ] ++ lib.optional (!canExecuteHost) buildPackages.argc;

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

cargoHash = "sha256-yXhEgZYtYhrSpwPbL+yi9gaLVVV8sBlF8m3ADUC4kLk=";
useFetchCargoVendor = true;
cargoHash = "sha256-HOgwN/LwnHq+BxiniTFbBwCw0Qc6kxcH8GrAy/JggXo=";

nativeBuildInputs = [ pkg-config ];

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

cargoHash = "sha256-+Ph5k3qaK4USggTnZqyOdH6oKv5Xr2/NeQ9C0Q6g5sQ=";
useFetchCargoVendor = true;
cargoHash = "sha256-lPE/mx4LzSOG1YjGol1f77oox4voZzp9RqrKYZAMoX0=";

nativeInstallCheckInputs = [ versionCheckHook ];

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

cargoHash = "sha256-QyFUxnq4BSULgpZxCu5+7TWfu6Gey0JFkOYSK+rL7l0=";
useFetchCargoVendor = true;
cargoHash = "sha256-OPcT2iMZPx1mXXtghznq65YQtfxsOV1etgqZMMLzkmo=";

nativeBuildInputs = [
installShellFiles
Expand Down
3 changes: 2 additions & 1 deletion pkgs/by-name/ar/arti/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-vypPQjTr3FsAz1AyS1J67MF35+HzMLNu5B9wkkEI30A=";
};

cargoHash = "sha256-XhEHjF5M7KL5qzbaoFVZtRAb1uHoZwS7W7CLXb5gO+k=";
useFetchCargoVendor = true;
cargoHash = "sha256-brC8ZTB/+LAtNiG9/MGhPzzFcnaEBV/zU9lexZ56N/I=";

nativeBuildInputs = lib.optionals stdenv.hostPlatform.isLinux [ pkg-config ];

Expand Down
3 changes: 2 additions & 1 deletion pkgs/by-name/as/as-tree/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ rustPlatform.buildRustPackage rec {
sha256 = "sha256-80yB89sKIuv7V68p0jEsi2hRdz+5CzE+4R0joRzO7Dk=";
};

cargoHash = "sha256-BLEVPKO2YwcKuM/rUeMuyE38phOrbq0e8cjqh1qmJjM=";
useFetchCargoVendor = true;
cargoHash = "sha256-HTwzmfpp9HKBKvjYXUqVDv9GUHl+2K3LMBSy1+GfmNU=";

meta = with lib; {
description = "Print a list of paths as a tree of paths";
Expand Down
3 changes: 2 additions & 1 deletion pkgs/by-name/as/asahi-bless/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-SNaA+CEuCBwo4c54qWGs5AdkBYb9IWY1cQ0dRd/noe8=";
};

cargoHash = "sha256-Ou6sZ0fjsiadNcsdyiqxRwg+JIXMA4oanIgyW6NrLwI=";
useFetchCargoVendor = true;
cargoHash = "sha256-nfSJ9RkzFAWlxlfoUKk8ZmIXDJXoSyHCGgRgMy9FDkw=";
cargoDepsName = pname;

meta = with lib; {
Expand Down
3 changes: 2 additions & 1 deletion pkgs/by-name/as/asahi-btsync/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-jp05WcwY1cWh4mBQj+3jRCZoG32OhDvTB84hOAGemX8=";
};

cargoHash = "sha256-XsgWqdwb0DDsK6HkaoVGQB/mm1U1TVzJM5q/gt9GryA=";
useFetchCargoVendor = true;
cargoHash = "sha256-gGWhi0T7xDIsbzfw/KL3TSneLvQaiz/2xbpHeZt1i3I=";
cargoDepsName = pname;

meta = with lib; {
Expand Down
3 changes: 2 additions & 1 deletion pkgs/by-name/as/asahi-nvram/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-zfUvPHAPrYhzgeiirGuqZaWnLBH0PHsqOUy2e972bWM=";
};

cargoHash = "sha256-FP4qCJyzCOGaPDijp18m5K1YO+Ki9oDwblP2Vh8GsO0=";
useFetchCargoVendor = true;
cargoHash = "sha256-NW/puo/Xoum7DjSQjBgilQcKbY3mAfVgXxUK6+1H1JI=";
cargoDepsName = pname;

meta = with lib; {
Expand Down
3 changes: 2 additions & 1 deletion pkgs/by-name/as/asahi-wifisync/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-wKd6rUUnegvl6cHODVQlllaOXuAGlmwx9gr73I/2l/c=";
};

cargoHash = "sha256-UF1T0uAFO/ydTWigYXOP9Ju1qgV1oBmJuXSq4faSzJM=";
useFetchCargoVendor = true;
cargoHash = "sha256-ZxgRxQyDID3mBpr8dhHScctk14Pm9V51Gn24d24JyVk=";
cargoDepsName = pname;

meta = with lib; {
Expand Down
3 changes: 2 additions & 1 deletion pkgs/by-name/as/asak/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-7r05sVIHqBBOKwye2fr0pspo/uDqaYGjt5CpxqgqKzI=";
};

cargoHash = "sha256-lMqInjFnOfr/GPSfIf1yp2vQjdk9UYdkWA616P8p0FE=";
useFetchCargoVendor = true;
cargoHash = "sha256-XoTfymCXrvoToSY7jw+Pn8Wm6fskFzl4f55uiKnSsJ8=";

nativeBuildInputs = [
pkg-config
Expand Down
Loading

0 comments on commit 7615235

Please sign in to comment.