From 212027c545172ca024f55473d6025a8dc7353e88 Mon Sep 17 00:00:00 2001 From: zimward <96021122+zimward@users.noreply.github.com> Date: Sun, 29 Sep 2024 15:31:14 +0900 Subject: [PATCH] cargo-risczero: 0.17.0 -> 1.1.1 --- pkgs/development/tools/rust/cargo-risczero/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/tools/rust/cargo-risczero/default.nix b/pkgs/development/tools/rust/cargo-risczero/default.nix index ead0103d3f659..c7f4274381ccd 100644 --- a/pkgs/development/tools/rust/cargo-risczero/default.nix +++ b/pkgs/development/tools/rust/cargo-risczero/default.nix @@ -9,14 +9,14 @@ rustPlatform.buildRustPackage rec { pname = "cargo-risczero"; - version = "0.17.0"; + version = "1.1.1"; src = fetchCrate { inherit pname version; - hash = "sha256-UXCZ4l45zcyn2AnfDW6dNdEnXCWL2waNwDTbermgS6M="; + hash = "sha256-mFzQxDCUYpdZKsXHsBBxKDbOLnabDmLcPFs/lLtoiV8="; }; - cargoHash = "sha256-KkV+ZQAPegbeZKj3ixDSFQEyKwkKeMYceSc27xGtQms="; + cargoHash = "sha256-2OJRyiJD5ZjdoqAGkFEkArsylXZwoS5qOGhiPE1VjMw="; nativeBuildInputs = [ pkg-config