about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorAleksana <me@aleksana.moe>2024-04-20 02:58:01 +0800
committerGitHub <noreply@github.com>2024-04-20 02:58:01 +0800
commit1efc6c80c8188d744e1d86d90f872a8c046787f9 (patch)
treebd2180bbb45daaaea101e37954d10b891a54943d /pkgs/applications
parent2dc9bb1f44766ca5a7a665cb9396f98a5c7e1693 (diff)
parent9095fcee66ce223e670cfc0594ec24ff3c4c514e (diff)
Merge pull request #304341 from crimeminister/update-iroh-0.14.0
iroh: 0.13.0 -> 0.14.0
Diffstat (limited to 'pkgs/applications')
-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 a436204999963..52e2f0d47c773 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.13.0";
+  version = "0.14.0";
 
   src = fetchFromGitHub {
     owner = "n0-computer";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-lyDwvVPkHCHZtb/p5PixD31Rl9kXozHw/SxIH1MJPwo=";
+    hash = "sha256-r4sE/1RI/Y6gDMApwlr4Gf6Jvl0zNCAahduXyRtFboE=";
   };
 
-  cargoHash = "sha256-yCI6g/ZTC5JLxwICRDmH4TzUYQtj3PJXdhBD7JSGO1s=";
+  cargoHash = "sha256-N9MsYz7QTm04k5eMdwqj4wTQ36SoaJBqvsty58Pg8tU=";
 
   buildInputs = lib.optionals stdenv.isDarwin (
     with darwin.apple_sdk.frameworks; [