We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 87572b3 + 8963af6 commit 1f04b1aCopy full SHA for 1f04b1a
pkgs/development/interpreters/starlark-rust/default.nix
@@ -5,15 +5,15 @@
5
6
rustPlatform.buildRustPackage rec {
7
pname = "starlark-rust";
8
- version = "0.10.0";
+ version = "0.11.0";
9
10
src = fetchCrate {
11
pname = "starlark_bin";
12
inherit version;
13
- hash = "sha256-7AoNRTLyTYsUass9bMJMBUN+GrfUzEGM9cED5VsRESs=";
+ hash = "sha256-/dy9uzXLZipKzFaslOmlzeEsOD89pprwFTopYpsmHGM=";
14
};
15
16
- cargoHash = "sha256-Q00JJRiubrxnI0nFQqUTbxTTB70XV93HJycjdlvV+74=";
+ cargoHash = "sha256-Ict1Lh+JPZ5dmC+ul0phcQug9nYeaILLCtaHQOI6qBk=";
17
18
meta = with lib; {
19
description = "A Rust implementation of the Starlark language";
0 commit comments