grass-sass: 0.12.4 -> 0.13.0

Diff: https://diff.rs/grass/0.12.4/0.13.0

Changelog: https://github.com/connorskees/grass/blob/master/CHANGELOG.md#0130
This commit is contained in:
figsoda
2023-07-09 20:14:22 -04:00
parent d705d71c03
commit 2d28de89af
+3 -3
View File
@@ -5,14 +5,14 @@
rustPlatform.buildRustPackage rec {
pname = "grass";
version = "0.12.4";
version = "0.13.0";
src = fetchCrate {
inherit pname version;
hash = "sha256-tp3L8TDIG/92RupRAyRWSiALqE1XBK8jespKcSdSzsM=";
hash = "sha256-TRBbRKNr+/12dk8z7NAxAj/s+cGEQddXXuY2xmguLD8=";
};
cargoHash = "sha256-hxVcHD5k1YwXCOq1UdiivPLwtY2egGvf/T3NrZTAB/k=";
cargoHash = "sha256-Kr/zTtZWAR0ZinhrlimoEtRMT+BrlO0MvhEJVlheXeM=";
# tests require rust nightly
doCheck = false;