cargo-risczero: 0.14.0 -> 0.17.0

This commit is contained in:
Aaron Jheng 2023-09-09 17:16:32 +08:00
parent b89a0c676a
commit 2d689f2a0e
No known key found for this signature in database
GPG Key ID: F6A547A869D050A3

View File

@ -9,14 +9,14 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-risczero";
version = "0.14.0";
version = "0.17.0";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-uZz0jJ3klaOrqzJ0BUVDHxl7lv6vt0GT6RgQuJeyeyk=";
hash = "sha256-UXCZ4l45zcyn2AnfDW6dNdEnXCWL2waNwDTbermgS6M=";
};
cargoSha256 = "sha256-t++3+Ijn1ykjMcMsdoe/1xfaji+DQvhyiFe6M/Bpbt0=";
cargoHash = "sha256-KkV+ZQAPegbeZKj3ixDSFQEyKwkKeMYceSc27xGtQms=";
nativeBuildInputs = [
pkg-config