mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 16:45:51 +03:00
rsass: 0.27.0 -> 0.28.0
Diff: https://diff.rs/rsass-cli/0.27.0/0.28.0 Changelog: https://github.com/kaj/rsass/blob/v0.28.0/CHANGELOG.md
This commit is contained in:
parent
16e1c4bd39
commit
0290e407ab
@ -2,15 +2,15 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "rsass";
|
pname = "rsass";
|
||||||
version = "0.27.0";
|
version = "0.28.0";
|
||||||
|
|
||||||
src = fetchCrate {
|
src = fetchCrate {
|
||||||
pname = "rsass-cli";
|
pname = "rsass-cli";
|
||||||
inherit version;
|
inherit version;
|
||||||
sha256 = "sha256-IaXfxccRRY868waEPI7qbWp1SSAhJlRqgeEiRNddC/c=";
|
hash = "sha256-hBYZB/Jyzd89dylZn2tYdHr0IXCFgJi9TnvuoVqCR1A=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "sha256-2owdX9ePHcAXpE43Svan252lAa5ICk0/DrDeADegZ6U=";
|
cargoHash = "sha256-nVTYTjmHB/z5M5AyojbsuZNCa3JCiADWrgV5eb3bcUE=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Sass reimplemented in rust with nom";
|
description = "Sass reimplemented in rust with nom";
|
||||||
|
Loading…
Reference in New Issue
Block a user