mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
starlark-rust: 0.13.0 -> 0.14.0
This commit is contained in:
parent
5da1cb8ee0
commit
0869eb69cf
1 changed files with 3 additions and 3 deletions
|
|
@ -6,15 +6,15 @@
|
|||
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "starlark-rust";
|
||||
version = "0.13.0";
|
||||
version = "0.14.0";
|
||||
|
||||
src = fetchCrate {
|
||||
pname = "starlark_bin";
|
||||
inherit (finalAttrs) version;
|
||||
hash = "sha256-1M3p5QHMOBgmdEyr31Bhv7X8UdUmoeL0o1hWaw2tahQ=";
|
||||
hash = "sha256-uNhMtBpfkTQdWNyjklP6NC3aXwXqH23PN4MWOjaR49w=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-BSXbFKR4AOKhssj+m5PIfgaoeRVDK+KRkApi8FUa8jg=";
|
||||
cargoHash = "sha256-1x0QESkxze/MP7/E0whPwx3zSv+JC2OH7pz5adO1JFk=";
|
||||
|
||||
meta = {
|
||||
description = "Rust implementation of the Starlark language";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue