tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
iroh: 0.91.2 -> 0.92.0
R. Ryantm
4 months ago
ae8553cc
ee164a70
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
ir
iroh
package.nix
+3
-3
pkgs/by-name/ir/iroh/package.nix
···
6
7
rustPlatform.buildRustPackage rec {
8
pname = "iroh";
9
-
version = "0.91.2";
10
11
src = fetchFromGitHub {
12
owner = "n0-computer";
13
repo = "iroh";
14
rev = "v${version}";
15
-
hash = "sha256-O1hWQNBLUqkBPoaW1lxmTrai+lktIAFgPX2Qa3y5HPc=";
16
};
17
18
-
cargoHash = "sha256-CgEit1HR6w0Y5SmSpErJnag3vaNgyocymLaM4RjYIBo=";
19
20
# Some tests require network access which is not available in nix build sandbox.
21
doCheck = false;
···
6
7
rustPlatform.buildRustPackage rec {
8
pname = "iroh";
9
+
version = "0.92.0";
10
11
src = fetchFromGitHub {
12
owner = "n0-computer";
13
repo = "iroh";
14
rev = "v${version}";
15
+
hash = "sha256-Xdiw77zJd0WfrEqo4Y6BwyD9qAKFEIUS511CQvtU9xs=";
16
};
17
18
+
cargoHash = "sha256-Bq53DOZZ+MJlzJVHL6uPAH/YXkeSFFHhTlC2ZkvW7FM=";
19
20
# Some tests require network access which is not available in nix build sandbox.
21
doCheck = false;