iroh-relay: 0.93.2 -> 0.95.1 (#469465)

This commit is contained in:
Matthias Beyer
2025-12-10 12:23:27 +00:00
committed by GitHub
+3 -3
View File
@@ -11,16 +11,16 @@ let
}:
rustPlatform.buildRustPackage rec {
pname = name;
version = "0.93.2";
version = "0.95.1";
src = fetchFromGitHub {
owner = "n0-computer";
repo = "iroh";
rev = "v${version}";
hash = "sha256-IYuOo4dfTC7IfMkwFyjqFmOYjx87i84+ydyNxnSAfk4=";
hash = "sha256-YxifH/mH6x6b8J5xyG+/f18o9ngmiLVKvRaDgIv3ok8=";
};
cargoHash = "sha256-aR78AKfXRAePnOVO/Krx1WGcQgOIz3d+GDwfAoM10UQ=";
cargoHash = "sha256-MdJpGCLf90fTjbJKHCrLLZbLyb4gmQn4SsF5iCqNVVI=";
buildFeatures = cargoFeatures;
cargoBuildFlags = [