Loading pkgs/tools/networking/iroh/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -12,16 +12,16 @@ let }: rustPlatform.buildRustPackage rec { pname = name; version = "0.98.0"; version = "0.98.1"; src = fetchFromGitHub { owner = "n0-computer"; repo = "iroh"; rev = "v${version}"; hash = "sha256-s6+XobcFGw7JquIuUQinmHggxmxQ1iKMpDVe49LpSbI="; hash = "sha256-rxEkFx2dAEA01CE8zqpCqM2PzxmyRhhSSl3d909pJKQ="; }; cargoHash = "sha256-GoBG4bI5hufklEC3uoVFE+NURTEHhb4ZtXFYd9nsCls="; cargoHash = "sha256-zg15Vq9Abzia5GlmSMLcWN/P7lk9ekyhPyPfAbuu8Vs="; buildFeatures = cargoFeatures; cargoBuildFlags = [ Loading Loading
pkgs/tools/networking/iroh/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -12,16 +12,16 @@ let }: rustPlatform.buildRustPackage rec { pname = name; version = "0.98.0"; version = "0.98.1"; src = fetchFromGitHub { owner = "n0-computer"; repo = "iroh"; rev = "v${version}"; hash = "sha256-s6+XobcFGw7JquIuUQinmHggxmxQ1iKMpDVe49LpSbI="; hash = "sha256-rxEkFx2dAEA01CE8zqpCqM2PzxmyRhhSSl3d909pJKQ="; }; cargoHash = "sha256-GoBG4bI5hufklEC3uoVFE+NURTEHhb4ZtXFYd9nsCls="; cargoHash = "sha256-zg15Vq9Abzia5GlmSMLcWN/P7lk9ekyhPyPfAbuu8Vs="; buildFeatures = cargoFeatures; cargoBuildFlags = [ Loading