Skip to content

Commit

Permalink
Merge pull request #272988 from crimeminister/update-iroh
Browse files Browse the repository at this point in the history
iroh: 0.5.1 -> 0.11.0
  • Loading branch information
Janik-Haag authored Dec 13, 2023
2 parents 0dff3f4 + d28abe1 commit ca63611
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/applications/networking/iroh/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@

rustPlatform.buildRustPackage rec {
pname = "iroh";
version = "0.5.1";
version = "0.11.0";

src = fetchFromGitHub {
owner = "n0-computer";
repo = pname;
rev = "${pname}-v${version}";
hash = "sha256-p1OvXso5szo8ZCnCTKgDzCEMJgiePXQMhVYOkWVZrbE=";
rev = "v${version}";
hash = "sha256-b3XpKAV/K+69tQmjM1CGzoOTcaQHB6q3gpoSa/YFwak=";
};

cargoHash = "sha256-QqMBEYaIQ6PqO7w7Yd1jVr0zHARsVaJtZzWytmDksZQ=";
cargoHash = "sha256-dnEEque40qi7vuUxY/UDZ5Kz8LTuz0GvYVjTxl8eMvI=";

buildInputs = lib.optionals stdenv.isDarwin (
with darwin.apple_sdk.frameworks; [
Expand Down

0 comments on commit ca63611

Please sign in to comment.