treewide: migrate to fetchCargoVendor, batch 6

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.

These cases could have been included in batch 1, except that
nix-update also changes the formatting of source hash. It should be
possible to verify this in the same way as batch 1, except that the
commands will additionally result in non-functional source hash
changes that I didn't include here.

+20 -10
+2 -1
pkgs/by-name/ca/cargo-espmonitor/package.nix
··· 14 sha256 = "hWFdim84L2FfG6p9sEf+G5Uq4yhp5kv1ZMdk4sMHa+4="; 15 }; 16 17 - cargoHash = "sha256-d0tN6NZiAd+RkRy941fIaVEw/moz6tkpL0rN8TZew3g="; 18 19 meta = with lib; { 20 description = "Cargo tool for monitoring ESP32/ESP8266 execution";
··· 14 sha256 = "hWFdim84L2FfG6p9sEf+G5Uq4yhp5kv1ZMdk4sMHa+4="; 15 }; 16 17 + useFetchCargoVendor = true; 18 + cargoHash = "sha256-Fb/xJLhmInYOanJC6XGsxxsCJNCLvHDe04+wtvXMecE="; 19 20 meta = with lib; { 21 description = "Cargo tool for monitoring ESP32/ESP8266 execution";
+2 -1
pkgs/by-name/co/colorpanes/package.nix
··· 16 sha256 = "qaOH+LXNDq+utwyI1yzHWNt25AvdAXCTAziGV9ElroU="; 17 }; 18 19 - cargoHash = "sha256-eJne4OmV4xHxntTb8HE+2ghX1hZLE3WQ3QqsjVm9E4M="; 20 21 postInstall = '' 22 ln -s $out/bin/colp $out/bin/colorpanes
··· 16 sha256 = "qaOH+LXNDq+utwyI1yzHWNt25AvdAXCTAziGV9ElroU="; 17 }; 18 19 + useFetchCargoVendor = true; 20 + cargoHash = "sha256-+ltcTuLksNwe7KIt8apYNZkMoA2w4EObG5dhJliRb6Y="; 21 22 postInstall = '' 23 ln -s $out/bin/colp $out/bin/colorpanes
+2 -1
pkgs/by-name/co/commit-formatter/package.nix
··· 15 sha256 = "EYzhb9jJ4MzHxIbaTb1MxeXUgoxTwcnq5JdxAv2uNcA="; 16 }; 17 18 - cargoHash = "sha256-AeHQCoP1HOftlOt/Yala3AXocMlwwIXIO2i1AsFSvGQ="; 19 20 meta = with lib; { 21 description = "CLI tool to help you write git commit";
··· 15 sha256 = "EYzhb9jJ4MzHxIbaTb1MxeXUgoxTwcnq5JdxAv2uNcA="; 16 }; 17 18 + useFetchCargoVendor = true; 19 + cargoHash = "sha256-uW+mmArQZ5Pl2TlKIRd00dB6615Nn/Q8KtRE/ahl5V4="; 20 21 meta = with lib; { 22 description = "CLI tool to help you write git commit";
+2 -1
pkgs/by-name/dd/ddh/package.nix
··· 15 sha256 = "XFfTpX4c821pcTAJZFUjdqM940fRoBwkJC6KTknXtCw="; 16 }; 17 18 - cargoHash = "sha256-6yPDkbag81TZ4k72rbmGT6HWKdGK4yfKxjGNFKEWXPI="; 19 20 meta = with lib; { 21 description = "Fast duplicate file finder";
··· 15 sha256 = "XFfTpX4c821pcTAJZFUjdqM940fRoBwkJC6KTknXtCw="; 16 }; 17 18 + useFetchCargoVendor = true; 19 + cargoHash = "sha256-rl9+3JSFkqZwaIWCuZBDhDF0QBr+aB2I7kB1o9LWCEw="; 20 21 meta = with lib; { 22 description = "Fast duplicate file finder";
+2 -1
pkgs/by-name/di/didu/package.nix
··· 16 sha256 = "szYWRN1NZbfpshipwMMJSWJw/NG4w7I+aqwtmqpT0R0="; 17 }; 18 19 - cargoHash = "sha256-O1kkfrwv7xiOh3wCV/ce6cqpkMPRRzcXOFESYMAhiKA="; 20 21 meta = with lib; { 22 description = "Duration conversion between units";
··· 16 sha256 = "szYWRN1NZbfpshipwMMJSWJw/NG4w7I+aqwtmqpT0R0="; 17 }; 18 19 + useFetchCargoVendor = true; 20 + cargoHash = "sha256-NDri4VuTI/ZsY3ZvpWmu/2I5GpmldQaoUSzyjGlq9lE="; 21 22 meta = with lib; { 23 description = "Duration conversion between units";
+2 -1
pkgs/by-name/nu/nux/package.nix
··· 20 hash = "sha256-k3HRaWN8/MTZRGWBxI8RRK0tcSYBbSLs3vHkUdLGTc8"; 21 }; 22 23 - cargoHash = "sha256-wfUr3dcdALMEgJ6CaXhK4Gqk6xflCnov9tELA63drV4="; 24 25 nativeBuildInputs = [ 26 asciidoctor
··· 20 hash = "sha256-k3HRaWN8/MTZRGWBxI8RRK0tcSYBbSLs3vHkUdLGTc8"; 21 }; 22 23 + useFetchCargoVendor = true; 24 + cargoHash = "sha256-iemfLIiT2BOsf0Q4X8fmEHmgHMd0WQk1t2rmRUuF5pY="; 25 26 nativeBuildInputs = [ 27 asciidoctor
+2 -1
pkgs/by-name/pe/peertube-viewer/package.nix
··· 15 hash = "sha256-ZzeWk01migUrKR7GndtNo0kLYSCUXCg0H0eCXgrDXaM=="; 16 }; 17 18 - cargoHash = "sha256-5u5240PL5cKhnHsT7sRdccrbZBAbRN+fa+FhJP1gX/4=="; 19 20 meta = with lib; { 21 description = "A simple CLI browser for the peertube federated video platform";
··· 15 hash = "sha256-ZzeWk01migUrKR7GndtNo0kLYSCUXCg0H0eCXgrDXaM=="; 16 }; 17 18 + useFetchCargoVendor = true; 19 + cargoHash = "sha256-Pf8Jj8XGYbNOAyYEBdAysOK92S3S7bZHerQh/2UlrbQ="; 20 21 meta = with lib; { 22 description = "A simple CLI browser for the peertube federated video platform";
+2 -1
pkgs/by-name/pr/present-cli/package.nix
··· 15 sha256 = "+kCHe84ikdCLd7j5YwP2j3xz+XTzzo/kLy+b9YUFDnI="; 16 }; 17 18 - cargoHash = "sha256-VKY/FQUrFWtLxKoK6LP6qPMqNN4absZvnAbH9mha1fI="; 19 20 # required for tests 21 postPatch = ''
··· 15 sha256 = "+kCHe84ikdCLd7j5YwP2j3xz+XTzzo/kLy+b9YUFDnI="; 16 }; 17 18 + useFetchCargoVendor = true; 19 + cargoHash = "sha256-NZUxgS4iCmXsQa2bOdFiw7EqAAT22bgJjYaDZjJgL6I="; 20 21 # required for tests 22 postPatch = ''
+2 -1
pkgs/by-name/pr/proton-vpn-local-agent/package.nix
··· 9 rustPlatform.buildRustPackage rec { 10 pname = "proton-vpn-local-agent"; 11 version = "1.2.0"; 12 - cargoHash = "sha256-qxNbHM6KmBmLbruOhbFIp3klz6RuKWBLioVsBPDQiLI="; 13 14 src = fetchFromGitHub { 15 owner = "ProtonVPN";
··· 9 rustPlatform.buildRustPackage rec { 10 pname = "proton-vpn-local-agent"; 11 version = "1.2.0"; 12 + useFetchCargoVendor = true; 13 + cargoHash = "sha256-KD+cTEmezTiGL+OmMryS/Q1mRR0n9jx80o3hb5X3ZYM="; 14 15 src = fetchFromGitHub { 16 owner = "ProtonVPN";
+2 -1
pkgs/by-name/to/todo/package.nix
··· 17 sha256 = "oyRdXvVnCfdFM8lI1eCDHHYNWcJc0Qg0TKxQXUqNo40="; 18 }; 19 20 - cargoHash = "sha256-B0tecuBx/FFQokhfI6+xpppyG5DD8WS2+MkmPaZfMhI="; 21 22 nativeBuildInputs = [ pkg-config ]; 23
··· 17 sha256 = "oyRdXvVnCfdFM8lI1eCDHHYNWcJc0Qg0TKxQXUqNo40="; 18 }; 19 20 + useFetchCargoVendor = true; 21 + cargoHash = "sha256-mRLTQYkKXxhcwI2Ra/HCkxejDl3nnraJw+VCqRgCUig="; 22 23 nativeBuildInputs = [ pkg-config ]; 24