Merge pull request #283374 from r-ryantm/auto-update/rsass

rsass: 0.28.0 -> 0.28.8
This commit is contained in:
Nick Cao 2024-01-24 09:40:02 -05:00 committed by GitHub
commit 5689eb0777
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,15 +2,15 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "rsass"; pname = "rsass";
version = "0.28.0"; version = "0.28.8";
src = fetchCrate { src = fetchCrate {
pname = "rsass-cli"; pname = "rsass-cli";
inherit version; inherit version;
hash = "sha256-hBYZB/Jyzd89dylZn2tYdHr0IXCFgJi9TnvuoVqCR1A="; hash = "sha256-eloTe7UHcPPmHEsGnfj3nIbZbBxSMFZdaSm5LpOh1S4=";
}; };
cargoHash = "sha256-nVTYTjmHB/z5M5AyojbsuZNCa3JCiADWrgV5eb3bcUE="; cargoHash = "sha256-57vqVKqwQOEB33cSzGiZwadTDi7EyBBRAS4X9Euwp5Q=";
meta = with lib; { meta = with lib; {
description = "Sass reimplemented in rust with nom"; description = "Sass reimplemented in rust with nom";