aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2021-10-21 14:10:11 +0200
committerAlex Auvolat <alex@adnab.me>2021-10-21 14:10:11 +0200
commitb7eccf52640b91c7243748e46506b88d0f1ceaef (patch)
treef238a983c41cb3360cc07605050c9d11f677ad15
parent2fa65554f167eda086156ab5f2caf899d5402be8 (diff)
downloadgarage-b7eccf52640b91c7243748e46506b88d0f1ceaef.tar.gz
garage-b7eccf52640b91c7243748e46506b88d0f1ceaef.zip
update cargo.nix
-rw-r--r--Cargo.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.nix b/Cargo.nix
index 3e4ea1a8..e711a5db 100644
--- a/Cargo.nix
+++ b/Cargo.nix
@@ -246,7 +246,7 @@ in
registry = "registry+https://github.com/rust-lang/crates.io-index";
src = fetchCratesIo { inherit name version; sha256 = "95059428f66df56b63431fdb4e1947ed2190586af5c5a8a8b71122bdf5a7f469"; };
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;
name = "netapp";
version = "0.3.0";
- rev = "de981aace0e47a1fa65b38212ac21d91e52f7c15";};
+ rev = "57327f10e2536a89004f3a1def83ed16243c1a3e";};
features = builtins.concatLists [
[ "default" ]
];