starlark-rust: 0.10.0 -> 0.11.0

This commit is contained in:
R. Ryantm
2024-01-22 10:59:42 +00:00
parent 5836514c53
commit 8963af6fbc
@@ -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";