about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorYt <raphael@megzari.com>2024-04-25 01:39:20 +0000
committerGitHub <noreply@github.com>2024-04-25 01:39:20 +0000
commitae912928fc3410976c2a85883b95fe5908377ed6 (patch)
treef385adf0d3626ce68ba90a1a3f4889d470b64954 /pkgs/tools
parentf2157c2a34d06e8c1aa28ec92a51275aa1d74f27 (diff)
parent4ccbf527fc3eedfa80838b9a04c33733bbc2c0ee (diff)
Merge pull request #306470 from r-ryantm/auto-update/ockam
ockam: 0.121.0 -> 0.122.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 c191efbff6e1a..612e6b7f9a412 100644
--- a/pkgs/tools/networking/ockam/default.nix
+++ b/pkgs/tools/networking/ockam/default.nix
@@ -13,7 +13,7 @@
 
 let
   pname = "ockam";
-  version = "0.121.0";
+  version = "0.122.0";
 in
 rustPlatform.buildRustPackage {
   inherit pname version;
@@ -22,10 +22,10 @@ rustPlatform.buildRustPackage {
     owner = "build-trust";
     repo = pname;
     rev = "ockam_v${version}";
-    hash = "sha256-WXkprfA7DY3ZKCtTkVYMqYxyhLbfXPbXhYd0Oj5mJ+w=";
+    hash = "sha256-0iFY9T+44V3hT21OLGeao2dyEbyNWrQdLAFhMe8QD5o=";
   };
 
-  cargoHash = "sha256-TLNV+6n9J9rhf8Lck0HK+ZNPDDh8C+M+MLbIWBS8cO0=";
+  cargoHash = "sha256-yctLLRX6ZHIA19cfQhnbvcveMq2HVyTBrG8aRbr5HXw=";
   nativeBuildInputs = [ git pkg-config ];
   buildInputs = [ openssl dbus ]
     ++ lib.optionals stdenv.isDarwin [ AppKit Security ];