Commit 57f79049 authored by R. RyanTM's avatar R. RyanTM
Browse files

iroh-relay: 0.98.0 -> 0.98.1

parent 6453a034
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 = [