sfz: 0.7.0 -> 0.7.1

This commit is contained in:
R. Ryantm 2022-09-22 03:29:32 +00:00 committed by Bobby Rong
parent 1a1cba58c0
commit 7f5aa3f41a

View File

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "sfz";
version = "0.7.0";
version = "0.7.1";
src = fetchFromGitHub {
owner = "weihanglo";
repo = pname;
rev = "v${version}";
hash = "sha256-XY1xsQgXzmX8jmDDLIivXeW9MsNA/pVtYapcBkBhldE=";
hash = "sha256-mKH1vgk+3tZEnjJRkfa0dDR383VN1VLNd3HEzC7f8YI=";
};
cargoSha256 = "sha256-w3HKnCAPSVgx4mqNB7Q0sMCDC4U+4fdIUUwJFz19XdI=";
cargoSha256 = "sha256-MgbK39xAr8g9F+1MXZiw5rE/PsgQPcLZ2ZV6LiQbA24=";
# error: Found argument '--test-threads' which wasn't expected, or isn't valid in this context
doCheck = false;