stylance-cli: 0.5.4 -> 0.5.5 (#385716)

This commit is contained in:
Nick Cao
2025-02-28 17:54:06 -05:00
committed by GitHub
+3 -3
View File
@@ -5,15 +5,15 @@
}:
rustPlatform.buildRustPackage rec {
pname = "stylance-cli";
version = "0.5.4";
version = "0.5.5";
src = fetchCrate {
inherit pname version;
hash = "sha256-Xh0xqD0B4uKu5uoEWNe0pf+ExhaqPBgsR1OEfKe0TvA=";
hash = "sha256-/aTda9TOwC2spODMWQIaBzJJ17/8EoWIRZ7DjJE/ta4=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-fGU+aKXBef7ZoNESTHf8JdDIDJuTaSklkr+DyehpHgA=";
cargoHash = "sha256-ZMIbNQMZ7uCYFSIX2NTGY/31V6e0QWHjZvVaA8Vv7IQ=";
meta = with lib; {
description = "Library and cli tool for working with scoped CSS in rust";