Skip to content

Commit 1f04b1a

Browse files
authored
Merge pull request NixOS#282867 from r-ryantm/auto-update/starlark-rust
starlark-rust: 0.10.0 -> 0.11.0
2 parents 87572b3 + 8963af6 commit 1f04b1a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/interpreters/starlark-rust/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55

66
rustPlatform.buildRustPackage rec {
77
pname = "starlark-rust";
8-
version = "0.10.0";
8+
version = "0.11.0";
99

1010
src = fetchCrate {
1111
pname = "starlark_bin";
1212
inherit version;
13-
hash = "sha256-7AoNRTLyTYsUass9bMJMBUN+GrfUzEGM9cED5VsRESs=";
13+
hash = "sha256-/dy9uzXLZipKzFaslOmlzeEsOD89pprwFTopYpsmHGM=";
1414
};
1515

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

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

0 commit comments

Comments
 (0)