mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 21:32:23 +03:00
Merge pull request #283374 from r-ryantm/auto-update/rsass
rsass: 0.28.0 -> 0.28.8
This commit is contained in:
commit
5689eb0777
@ -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 New Issue
Block a user