stylance-cli: 0.7.0 -> 0.7.1 (#439944)

This commit is contained in:
dish
2025-09-04 16:47:49 -04:00
committed by GitHub
+3 -3
View File
@@ -5,14 +5,14 @@
}:
rustPlatform.buildRustPackage rec {
pname = "stylance-cli";
version = "0.7.0";
version = "0.7.1";
src = fetchCrate {
inherit pname version;
hash = "sha256-NIUZvyT5CetUjHDoMYaXIZ2nhwH9SaXPnatvkkQhChA=";
hash = "sha256-Cdv+Lz+l0+8Jdk9stHACXDbUPedM/YryDMExdsqVvsU=";
};
cargoHash = "sha256-JCmxbpwJOIbY9Vr+LZxf9x1eabUD25uuLDQ/KW5ChnM=";
cargoHash = "sha256-cwgR5AHCeS9YkaJlyFxvEOrBXg7/tXNGXgtSEPHAwm4=";
meta = {
description = "Library and cli tool for working with scoped CSS in rust";