about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorYt <raphael@megzari.com>2023-12-17 11:59:59 +0000
committerGitHub <noreply@github.com>2023-12-17 11:59:59 +0000
commit0d976512eb30d4de48fc97006e2b9bce16a3549e (patch)
tree0fd94137ce8b407a889ff57aaf4b9c1b90268a20 /pkgs/tools
parente8a528f7c0f99061e6d6f687da155021b3e1776f (diff)
parentdf40868ed63d759a3388d9123906f5a08499a3aa (diff)
Merge pull request #274932 from r-ryantm/auto-update/ockam
ockam: 0.105.0 -> 0.111.0
Diffstat (limited to 'pkgs/tools')
-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 fe0bbf374635d..55a1300c06d05 100644
--- a/pkgs/tools/networking/ockam/default.nix
+++ b/pkgs/tools/networking/ockam/default.nix
@@ -12,7 +12,7 @@
 
 let
   pname = "ockam";
-  version = "0.105.0";
+  version = "0.111.0";
 in
 rustPlatform.buildRustPackage {
   inherit pname version;
@@ -21,10 +21,10 @@ rustPlatform.buildRustPackage {
     owner = "build-trust";
     repo = pname;
     rev = "ockam_v${version}";
-    sha256 = "sha256-YS98elkf1iIslC1dAf+Os2VoA0pmHmkQN0//PtBRBcM=";
+    sha256 = "sha256-pd27611px/TXnO5FlRjBI8iQ64l5X9fmfCG/KnR7AAI=";
   };
 
-  cargoHash = "sha256-aW+Pc2C7vohUAByrzBiOaJlBPfSLAv0FrOxRiB1AM9k=";
+  cargoHash = "sha256-O91enOKMoTfFTv8Hkg3qBSstJpxtKxZVITqGlZQUL/4=";
   nativeBuildInputs = [ git pkg-config ];
   buildInputs = [ openssl dbus ]
     ++ lib.optionals stdenv.isDarwin [ Security ];