Unverified Commit 82e28ded authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

stylance-cli: 0.5.1 -> 0.5.2 (#352548)

parents 249bc36e 02da022d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -4,14 +4,14 @@
}:
rustPlatform.buildRustPackage rec {
  pname = "stylance-cli";
  version = "0.5.1";
  version = "0.5.2";

  src = fetchCrate {
    inherit pname version;
    hash = "sha256-kpii3Jwvqhzp+Kummr0ypI9vyYVOcYKK0xCPwQknuWY=";
    hash = "sha256-2RLdO2TxIa/ngji5tzKzSfpq2qErI7gaQqObDTMrd/g=";
  };

  cargoHash = "sha256-tVSMZW2umkSilgPs/J7iFoBxKISrh7D73q3JWh2dJhI=";
  cargoHash = "sha256-26EKLvqc9x7JT6EDkH9KbQJ+xX/CUslLmEF4XxnPbFY=";

  meta = with lib; {
    description = "Library and cli tool for working with scoped CSS in rust";