rsass: 0.28.8 -> 0.28.10

This commit is contained in:
R. Ryantm 2024-06-02 01:49:39 +00:00
parent a37a6e107f
commit 56a601af65

View File

@ -2,15 +2,15 @@
rustPlatform.buildRustPackage rec {
pname = "rsass";
version = "0.28.8";
version = "0.28.10";
src = fetchCrate {
pname = "rsass-cli";
inherit version;
hash = "sha256-eloTe7UHcPPmHEsGnfj3nIbZbBxSMFZdaSm5LpOh1S4=";
hash = "sha256-/2U1+kCRpM36r2fHB6Hditnm2dSVHh08M0RIi3AIe44=";
};
cargoHash = "sha256-57vqVKqwQOEB33cSzGiZwadTDi7EyBBRAS4X9Euwp5Q=";
cargoHash = "sha256-pCQOFBs+lNdjcyOqZ/GjJyOthepnaWAM1feEpegdrDo=";
meta = with lib; {
description = "Sass reimplemented in rust with nom";