about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorYt <raphael@megzari.com>2024-05-31 21:11:03 +0000
committerGitHub <noreply@github.com>2024-05-31 21:11:03 +0000
commitc8b5e00e1c10256e0094303afd34d85ffa486953 (patch)
treef4920be01294a04a09f868b3dc230152cd539cee /pkgs
parentee19df781051348c4b1aaf895779ab47f50b7c26 (diff)
parentf967253c4d763e057bcf6b7c8cde07f0c963fb61 (diff)
Merge pull request #316091 from r-ryantm/auto-update/ockam
ockam: 0.124.0 -> 0.125.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/networking/ockam/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/networking/ockam/default.nix b/pkgs/tools/networking/ockam/default.nix
index 0b8c0ad1c5fc7..8cff2e5bc49d1 100644
--- a/pkgs/tools/networking/ockam/default.nix
+++ b/pkgs/tools/networking/ockam/default.nix
@@ -13,7 +13,7 @@
 
 let
   pname = "ockam";
-  version = "0.124.0";
+  version = "0.125.0";
 in
 rustPlatform.buildRustPackage {
   inherit pname version;
@@ -22,10 +22,10 @@ rustPlatform.buildRustPackage {
     owner = "build-trust";
     repo = pname;
     rev = "ockam_v${version}";
-    hash = "sha256-ovcZD9D/iVF3iIti+vQ29YIJE+UI64BeuA2huJsAx5s=";
+    hash = "sha256-CFJ2Z/PI7du9wlvh3/Ew8AejcU//xPuUXJweQ4phYc8=";
   };
 
-  cargoHash = "sha256-z+GIFN5Q3LWnT5PrZ291G2lHgd5mzDFkKwdcxUXvUnU=";
+  cargoHash = "sha256-j9c1m6beT70E0+czXMVOqY36wAHR1uqL5zKHkrlIAQk=";
   nativeBuildInputs = [ git pkg-config ];
   buildInputs = [ openssl dbus ]
     ++ lib.optionals stdenv.isDarwin [ AppKit Security ];