Merge pull request #234504 from figsoda/grass

grass-sass: 0.12.3 -> 0.12.4
This commit is contained in:
Weijia Wang 2023-05-28 01:44:15 +03:00 committed by GitHub
commit 8b301c982f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,14 +5,14 @@
rustPlatform.buildRustPackage rec {
pname = "grass";
version = "0.12.3";
version = "0.12.4";
src = fetchCrate {
inherit pname version;
hash = "sha256-qx63icK4g/5LqKUsJpXs2Jpv30RuvIeLF6JNrTTkcLs=";
hash = "sha256-tp3L8TDIG/92RupRAyRWSiALqE1XBK8jespKcSdSzsM=";
};
cargoHash = "sha256-v2ikP+zujj6GWN1ZwPIKK0jtF8Na5PaR1ZNelGdLzMM=";
cargoHash = "sha256-hxVcHD5k1YwXCOq1UdiivPLwtY2egGvf/T3NrZTAB/k=";
# tests require rust nightly
doCheck = false;