iroh-relay: 0.98.0 -> 0.98.1

This commit is contained in:
R. Ryantm
2026-04-26 08:55:45 +00:00
parent 6453a034dc
commit 57f79049c6
+3 -3
View File
@@ -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 = [