summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Medeiros <robert@crimeminister.org>2024-05-13 13:24:39 -0400
committerRobert Medeiros <robert@crimeminister.org>2024-05-13 13:24:39 -0400
commitb0eeeff39c4882fa8cff6156aefbe163d0ea28be (patch)
tree4b4b3b21a014a1b1258d7f87fe42adcf13b3ef1f
parent7715ce37e78057e7d61aad2e9dc3dfa291da3391 (diff)
iroh: 0.15.0 -> 0.16.0
-rw-r--r--pkgs/applications/networking/iroh/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/iroh/default.nix b/pkgs/applications/networking/iroh/default.nix
index 934d8f5dcef1..f80fc10e6425 100644
--- a/pkgs/applications/networking/iroh/default.nix
+++ b/pkgs/applications/networking/iroh/default.nix
@@ -7,16 +7,16 @@
rustPlatform.buildRustPackage rec {
pname = "iroh";
- version = "0.15.0";
+ version = "0.16.0";
src = fetchFromGitHub {
owner = "n0-computer";
repo = pname;
rev = "v${version}";
- hash = "sha256-ho/wlg6W0/LcJrVHPRVQ6zNjpwqa0+PThUP/RGIXVTA=";
+ hash = "sha256-NllGbYThhqqGzYOf1NnmMBpiu6JyQlThBKCzxPd6X5c=";
};
- cargoHash = "sha256-1S6lFzoLxF6V94wXw/r5XDwbnt4/aaPOYdIIJA68Ya8=";
+ cargoHash = "sha256-Nw3JXoAH8dTUphV1S8rXFWjER6AFVvtCDvOPz3uNeXk=";
buildInputs = lib.optionals stdenv.isDarwin (
with darwin.apple_sdk.frameworks; [