Unverified Commit 0263acd6 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

capnproto-rust: 0.24.0 -> 0.25.0 (#478545)

parents 46503e2f adfe6296
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,15 +8,15 @@

rustPlatform.buildRustPackage rec {
  pname = "capnproto-rust";
  version = "0.24.0";
  version = "0.25.0";

  src = fetchCrate {
    crateName = "capnpc";
    inherit version;
    hash = "sha256-kR+eGH+AnZbnPp4+WJ/hgccO3T4xevrCaF8KL+8zWr0=";
    hash = "sha256-2+GSM9oIT/he/Ra3SJH5YSrNUU/Jc+PE1N5TjK7OX28=";
  };

  cargoHash = "sha256-viLoCQSAGS7Y/FFUsPpW/XaqVNbGtzC2v2ji39GrrBk=";
  cargoHash = "sha256-fVHLWBxB9PQhOx01G01qIyudnMQiHXj0BI8A6e7t1yQ=";

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