Skip to content

Commit

Permalink
starlark-rust: 0.12.0 -> 0.13.0 (#365092)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther authored Dec 22, 2024
2 parents 2cf4159 + 72fc542 commit b3557e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/st/starlark-rust/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@

rustPlatform.buildRustPackage rec {
pname = "starlark-rust";
version = "0.12.0";
version = "0.13.0";

src = fetchCrate {
pname = "starlark_bin";
inherit version;
hash = "sha256-3+/kEuCb0TYFQ9bS6M13OYN23DWr2DkBRWvhAn8TW5w=";
hash = "sha256-1M3p5QHMOBgmdEyr31Bhv7X8UdUmoeL0o1hWaw2tahQ=";
};

cargoHash = "sha256-60JXCBXsXei0INP0rozWqFU8dKZovJ9mn5ns87ziUac=";
cargoHash = "sha256-zcU0xdVDFNfUZR+t/HdwRXEw4/5hmKgUX20gFm7lVhk=";

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

0 comments on commit b3557e1

Please sign in to comment.