rustywind: 0.24.0 -> 0.24.3

This commit is contained in:
R. Ryantm 2025-08-07 20:17:45 +00:00
parent e960ddc1a5
commit b7b95cd8ba

View File

@ -6,16 +6,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "rustywind"; pname = "rustywind";
version = "0.24.0"; version = "0.24.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "avencera"; owner = "avencera";
repo = "rustywind"; repo = "rustywind";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-3cLpyY2Ec3XUDUoq4QLyDx8Nr85TOevBkfoReguVGII="; hash = "sha256-qbOlU7kqVbB/sQg4b78CohOwQbraulZ8dRxeT+39rFk=";
}; };
cargoHash = "sha256-jq8d+ndPOu07YO5PJ5YfWTeG70bZnr0i8vMwv7Dw5GY="; cargoHash = "sha256-eXTdPtcsWhsABZU6kRzZ6eF1VaabouZwLAFI9KpAx98=";
meta = with lib; { meta = with lib; {
description = "CLI for organizing Tailwind CSS classes"; description = "CLI for organizing Tailwind CSS classes";