iroh-relay: 0.98.0 -> 0.98.1
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user