Skip to content

Commit

Permalink
iroh: 0.24.0 -> 0.25.0 (NixOS#342580)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasbeyer authored Sep 18, 2024
2 parents 55776ea + 5ef4bdf commit ad9bf01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.24.0";
version = "0.25.0";

src = fetchFromGitHub {
owner = "n0-computer";
repo = pname;
rev = "v${version}";
hash = "sha256-ZHBgsR17U0hWnRZ79S1/TXoOATofvlf3UloHQh1p8Oo=";
hash = "sha256-hF1Nf4+uJXVPpkfsLFKjySMmCSmJdX2LeSHNb0vrBoA=";
};

cargoHash = "sha256-j/Trm6Y64cOxBdHfP172E+YiORZ8B9ukJOpzrLTGI7k=";
cargoHash = "sha256-t1re2vpxGZkC45n0jUytqe2SPAC/+fh4Itq1h9znYnM=";

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

0 comments on commit ad9bf01

Please sign in to comment.