Skip to content

Commit 6868fd8

Browse files
authored
Merge pull request NixOS#323131 from r-ryantm/auto-update/ockam
ockam: 0.126.0 -> 0.127.0
2 parents 490e567 + 7e79902 commit 6868fd8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/tools/networking/ockam/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
let
1515
pname = "ockam";
16-
version = "0.126.0";
16+
version = "0.127.0";
1717
in
1818
rustPlatform.buildRustPackage {
1919
inherit pname version;
@@ -22,10 +22,10 @@ rustPlatform.buildRustPackage {
2222
owner = "build-trust";
2323
repo = pname;
2424
rev = "ockam_v${version}";
25-
hash = "sha256-LkjMxUKTlj3fkSlm1NNOQKVUEz6baqaxMXcI6myaT24=";
25+
hash = "sha256-PPKLQ42V46ybtei0IKefPhpvKylvlj/nlOBJdz3O6Ho=";
2626
};
2727

28-
cargoHash = "sha256-wOBr1U9lekDwG8MntrvR7QtMItJ41kLcyt70N2Uz1M8=";
28+
cargoHash = "sha256-8yOavvkYiYDZAIGe8K892Se0GC32u+09Wh/CC0G8Ss0=";
2929
nativeBuildInputs = [ git pkg-config ];
3030
buildInputs = [ openssl dbus ]
3131
++ lib.optionals stdenv.isDarwin [ AppKit Security ];

0 commit comments

Comments
 (0)