rsass: 0.28.0 -> 0.28.8

This commit is contained in:
R. Ryantm 2024-01-24 02:25:20 +00:00
parent e81467f581
commit 47633fb439

View file

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