Unverified Commit 1f04b1ac authored by Robin Gloster's avatar Robin Gloster Committed by GitHub
Browse files

Merge pull request #282867 from r-ryantm/auto-update/starlark-rust

starlark-rust: 0.10.0 -> 0.11.0
parents 87572b3c 8963af6f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,15 +5,15 @@

rustPlatform.buildRustPackage rec {
  pname = "starlark-rust";
  version = "0.10.0";
  version = "0.11.0";

  src = fetchCrate {
    pname = "starlark_bin";
    inherit version;
    hash = "sha256-7AoNRTLyTYsUass9bMJMBUN+GrfUzEGM9cED5VsRESs=";
    hash = "sha256-/dy9uzXLZipKzFaslOmlzeEsOD89pprwFTopYpsmHGM=";
  };

  cargoHash = "sha256-Q00JJRiubrxnI0nFQqUTbxTTB70XV93HJycjdlvV+74=";
  cargoHash = "sha256-Ict1Lh+JPZ5dmC+ul0phcQug9nYeaILLCtaHQOI6qBk=";

  meta = with lib; {
    description = "A Rust implementation of the Starlark language";