stylance-cli: 0.5.2 -> 0.5.3 (#365495)

This commit is contained in:
Nick Cao
2024-12-16 09:48:41 -05:00
committed by GitHub
+3 -3
View File
@@ -5,14 +5,14 @@
}:
rustPlatform.buildRustPackage rec {
pname = "stylance-cli";
version = "0.5.2";
version = "0.5.3";
src = fetchCrate {
inherit pname version;
hash = "sha256-2RLdO2TxIa/ngji5tzKzSfpq2qErI7gaQqObDTMrd/g=";
hash = "sha256-YN7Y8dxwpZel1SeEgyckh4ZPuRqcAsNvc/fGRgvzeDw=";
};
cargoHash = "sha256-26EKLvqc9x7JT6EDkH9KbQJ+xX/CUslLmEF4XxnPbFY=";
cargoHash = "sha256-VKfQzsTTKIbh+X0suXyUXDsd8sDSRsc5SnO8qxcxGPQ=";
meta = with lib; {
description = "Library and cli tool for working with scoped CSS in rust";