stylance-cli: 0.5.5 -> 0.6.0

This commit is contained in:
R. Ryantm
2025-04-16 18:47:49 +00:00
parent 2bf0209386
commit a886e083ee
+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";