Commit 362e356c authored by cameronfyfe's avatar cameronfyfe
Browse files

protoc-gen-rust: 3.1.0 -> 3.2.0

parent 6dee6324
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,15 +6,15 @@

rustPlatform.buildRustPackage rec {
  pname = "protoc-gen-rust";
  version = "3.1.0";
  version = "3.2.0";

  src = fetchCrate {
    inherit version;
    pname = "protobuf-codegen";
    sha256 = "sha256-DaydUuENqmN812BgQmpewRPhkq9lT6+g+VPuytLc25Y=";
    sha256 = "sha256-9Rf7GI/qxoqlISD169TJwUVAdJn8TpxTXDNxiQra2UY=";
  };

  cargoSha256 = "sha256-kzc2Wd+Y3mNmOHxRj5R1LIbvXz5NyGcRnz2e0jdfdPg=";
  cargoSha256 = "sha256-i1ZIEbU6tw7xA1w+ffD/h1HIkOwVep9wQJys9Bydvv0=";

  cargoBuildFlags = ["--bin" pname];