Unverified Commit 19a50c2e authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

Merge pull request #324092 from dav-wolff/update-stylance-cli

stylance-cli: 0.5.0 -> 0.5.1
parents a25eff34 976df2a6
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.0";
  version = "0.5.1";

  src = fetchCrate {
    inherit pname version;
    hash = "sha256-nwvlce1a5Qerh1wa/lAtkl60fpjMV6WQuEzNLfmCK7k=";
    hash = "sha256-kpii3Jwvqhzp+Kummr0ypI9vyYVOcYKK0xCPwQknuWY=";
  };

  cargoHash = "sha256-e8lu839kthncvCVlg13ZWNUwYGgGVgXZWJlHufubNA8=";
  cargoHash = "sha256-tVSMZW2umkSilgPs/J7iFoBxKISrh7D73q3JWh2dJhI=";

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