ockam: 0.138.0 -> 0.157.0

This commit is contained in:
R. Ryantm 2025-08-16 21:36:10 +00:00
parent a05a770b95
commit 3850c98573

View File

@ -11,7 +11,7 @@
let
pname = "ockam";
version = "0.138.0";
version = "0.157.0";
in
rustPlatform.buildRustPackage {
inherit pname version;
@ -20,10 +20,10 @@ rustPlatform.buildRustPackage {
owner = "build-trust";
repo = "ockam";
rev = "ockam_v${version}";
hash = "sha256-AY0i7qXA7JXfIEY0htmL+/yn71xAuh7WowXOs2fD6n8=";
hash = "sha256-o895VPlUGmLUsIeOnShjCetKoS/4x0nbEKxipEbuBu4=";
};
cargoHash = "sha256-Mt/UFVFLZRrY8Mka4VFi6J2XjBjFsnJPi9tnBVZ6a5E=";
cargoHash = "sha256-hHbMMi4nuTORUPEKEo3OiQg7y12+cXHzUAkh3ApYx5s=";
nativeBuildInputs = [
git
pkg-config