rsass: 0.28.0 -> 0.28.8
This commit is contained in:
parent
e81467f581
commit
47633fb439
1 changed files with 3 additions and 3 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue