iroh: 0.35.0 -> 0.90.0 (#421418)
This commit is contained in:
commit
b2422db675
@ -6,17 +6,17 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "iroh";
|
pname = "iroh";
|
||||||
version = "0.35.0";
|
version = "0.90.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "n0-computer";
|
owner = "n0-computer";
|
||||||
repo = "iroh";
|
repo = "iroh";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-D/f/x8fv29O9rxJ/TuYc0myI/TDORkF88QwTkoZXXbg=";
|
hash = "sha256-0YXNPKdM9OQC+MiKQzki5FmVMbCRO1l02ik+uRi90aQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-hY8WSd/B9wmgjjq+2wb1Kki07dt4TxY5tWR/m9w/IDA=";
|
cargoHash = "sha256-tt2SHvL/S82jzzaO5e95vQvwJSgJpUh2dDIgLhs1V5w=";
|
||||||
|
|
||||||
# Some tests require network access which is not available in nix build sandbox.
|
# Some tests require network access which is not available in nix build sandbox.
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user