Unverified Commit f10c5d5a authored by Yt's avatar Yt Committed by GitHub
Browse files

ockam: 0.138.0 -> 0.157.0 (#434324)

parents 4ffe55e3 3850c985
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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