Skip to content

Commit e0d8795

Browse files
authoredMar 24, 2025
{pw-viz,wl-gammarelay-rs,woomer,cjdns}: use fetchCargoVendor (#392775)
2 parents 995d7da + 2733cb9 commit e0d8795

File tree

8 files changed

+8
-4781
lines changed

8 files changed

+8
-4781
lines changed
 

‎pkgs/by-name/cj/cjdns/Cargo.lock

-714
This file was deleted.

‎pkgs/by-name/cj/cjdns/package.nix

+2-6
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,8 @@ rustPlatform.buildRustPackage rec {
3131
})
3232
];
3333

34-
cargoLock = {
35-
lockFile = ./Cargo.lock;
36-
outputHashes = {
37-
"libsodium-sys-0.2.6" = "sha256-yr6wh0njbCFZViLROcqSSoRFj7ZAMYG5lo1g0j75SN0=";
38-
};
39-
};
34+
useFetchCargoVendor = true;
35+
cargoHash = "sha256-LJEKjhyAsK6b7mKObX8tNJdKt53iagMD/YLzoY5GVPw=";
4036

4137
nativeBuildInputs =
4238
[

0 commit comments

Comments
 (0)
Failed to load comments.