rsass: 0.26.0 -> 0.27.0
Changelog: https://github.com/kaj/rsass/blob/v0.27.0/CHANGELOG.md
This commit is contained in:
parent
a0390e2728
commit
451cd73164
1 changed files with 5 additions and 6 deletions
|
@ -2,16 +2,15 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "rsass";
|
pname = "rsass";
|
||||||
version = "0.26.0";
|
version = "0.27.0";
|
||||||
|
|
||||||
src = fetchCrate {
|
src = fetchCrate {
|
||||||
inherit pname version;
|
pname = "rsass-cli";
|
||||||
sha256 = "sha256-Ksub+VYTbaWbFpHJFrMr6Dnx6LOnEOUlI2qHhCfbS40=";
|
inherit version;
|
||||||
|
sha256 = "sha256-IaXfxccRRY868waEPI7qbWp1SSAhJlRqgeEiRNddC/c=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "sha256-ugG4ivQ2NzLJeZss7h9TME2Aipurl1LZBgxt1cYaK2E=";
|
cargoSha256 = "sha256-2owdX9ePHcAXpE43Svan252lAa5ICk0/DrDeADegZ6U=";
|
||||||
|
|
||||||
buildFeatures = [ "commandline" ];
|
|
||||||
|
|
||||||
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