stylance-cli: 0.5.3 -> 0.5.4 (#376153)

This commit is contained in:
Nick Cao
2025-01-24 15:44:34 -05:00
committed by GitHub
+3 -3
View File
@@ -5,14 +5,14 @@
}:
rustPlatform.buildRustPackage rec {
pname = "stylance-cli";
version = "0.5.3";
version = "0.5.4";
src = fetchCrate {
inherit pname version;
hash = "sha256-YN7Y8dxwpZel1SeEgyckh4ZPuRqcAsNvc/fGRgvzeDw=";
hash = "sha256-Xh0xqD0B4uKu5uoEWNe0pf+ExhaqPBgsR1OEfKe0TvA=";
};
cargoHash = "sha256-VKfQzsTTKIbh+X0suXyUXDsd8sDSRsc5SnO8qxcxGPQ=";
cargoHash = "sha256-am2vQ+PeJPU2ojeZm/AzXJxjP3aUkXnlmgcG9i8sv9g=";
meta = with lib; {
description = "Library and cli tool for working with scoped CSS in rust";