stylance-cli: 0.5.5 -> 0.6.0 (#399285)

This commit is contained in:
Nick Cao
2025-04-16 17:30:30 -04:00
committed by GitHub
+3 -3
View File
@@ -5,15 +5,15 @@
}:
rustPlatform.buildRustPackage rec {
pname = "stylance-cli";
version = "0.5.5";
version = "0.6.0";
src = fetchCrate {
inherit pname version;
hash = "sha256-/aTda9TOwC2spODMWQIaBzJJ17/8EoWIRZ7DjJE/ta4=";
hash = "sha256-uksDnxTBuzwpMDCO3HIg05IK1emba6BjbpN0TcWSOdQ=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-ZMIbNQMZ7uCYFSIX2NTGY/31V6e0QWHjZvVaA8Vv7IQ=";
cargoHash = "sha256-iSE6SmqYXg9IAMJOb4/q80w+J2OEVd7oyxRpWcCps9U=";
meta = with lib; {
description = "Library and cli tool for working with scoped CSS in rust";