update cargo.nix

This commit is contained in:
Alex 2021-10-21 14:10:11 +02:00
parent 2fa65554f1
commit b7eccf5264
No known key found for this signature in database
GPG key ID: EDABF9711E244EB1

View file

@ -246,7 +246,7 @@ in
registry = "registry+https://github.com/rust-lang/crates.io-index"; registry = "registry+https://github.com/rust-lang/crates.io-index";
src = fetchCratesIo { inherit name version; sha256 = "95059428f66df56b63431fdb4e1947ed2190586af5c5a8a8b71122bdf5a7f469"; }; src = fetchCratesIo { inherit name version; sha256 = "95059428f66df56b63431fdb4e1947ed2190586af5c5a8a8b71122bdf5a7f469"; };
dependencies = { dependencies = {
${ if hostPlatform.config == "aarch64-apple-darwin" || hostPlatform.parsed.cpu.name == "aarch64" && hostPlatform.parsed.kernel.name == "linux" then "libc" else null } = rustPackages."registry+https://github.com/rust-lang/crates.io-index".libc."0.2.103" { inherit profileName; }; ${ if hostPlatform.parsed.cpu.name == "aarch64" && hostPlatform.parsed.kernel.name == "linux" || hostPlatform.config == "aarch64-apple-darwin" then "libc" else null } = rustPackages."registry+https://github.com/rust-lang/crates.io-index".libc."0.2.103" { inherit profileName; };
}; };
}); });
@ -1236,7 +1236,7 @@ in
url = https://git.deuxfleurs.fr/lx/netapp; url = https://git.deuxfleurs.fr/lx/netapp;
name = "netapp"; name = "netapp";
version = "0.3.0"; version = "0.3.0";
rev = "de981aace0e47a1fa65b38212ac21d91e52f7c15";}; rev = "57327f10e2536a89004f3a1def83ed16243c1a3e";};
features = builtins.concatLists [ features = builtins.concatLists [
[ "default" ] [ "default" ]
]; ];