stylance-cli: 0.6.0 -> 0.7.0 (#420466)

This commit is contained in:
Wolfgang Walther
2025-07-10 09:01:27 +00:00
committed by GitHub
+3 -3
View File
@@ -5,15 +5,15 @@
}:
rustPlatform.buildRustPackage rec {
pname = "stylance-cli";
version = "0.6.0";
version = "0.7.0";
src = fetchCrate {
inherit pname version;
hash = "sha256-uksDnxTBuzwpMDCO3HIg05IK1emba6BjbpN0TcWSOdQ=";
hash = "sha256-NIUZvyT5CetUjHDoMYaXIZ2nhwH9SaXPnatvkkQhChA=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-iSE6SmqYXg9IAMJOb4/q80w+J2OEVd7oyxRpWcCps9U=";
cargoHash = "sha256-JCmxbpwJOIbY9Vr+LZxf9x1eabUD25uuLDQ/KW5ChnM=";
meta = {
description = "Library and cli tool for working with scoped CSS in rust";