Unverified Commit 29807bae authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

capnproto-rust: 0.21.1 -> 0.21.2 (#427629)

parents 86f7a4ff a0333ea5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,16 +8,16 @@

rustPlatform.buildRustPackage rec {
  pname = "capnproto-rust";
  version = "0.21.1";
  version = "0.21.2";

  src = fetchCrate {
    crateName = "capnpc";
    inherit version;
    hash = "sha256-WqzcUnAx/qD50/ZlWlWS4bguTxW+qFj0uFzwsbxHBaw=";
    hash = "sha256-9Vsr6pRfC8Onqw/Yna2cJl1L70uo3K/C80CztNw0XoQ=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-FtJvm6uUFSHn8lQxEFoWpSZgqomfHYkR3E0kKsV/II4=";
  cargoHash = "sha256-V92zF75fd5MVz84YnWJONNjxZsA4zHTee1hAPAkoX6k=";

  postInstall = ''
    mkdir -p $out/include/capnp