Merge pull request #329105 from r-ryantm/auto-update/r0vm

r0vm: 1.0.2 -> 1.0.3
This commit is contained in:
Nick Cao 2024-07-22 17:05:17 -04:00 committed by GitHub
commit c9befa3548
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,12 +10,12 @@
}:
rustPlatform.buildRustPackage rec {
pname = "r0vm";
version = "1.0.2";
version = "1.0.3";
src = fetchFromGitHub {
owner = "risc0";
repo = "risc0";
rev = "v${version}";
sha256 = "sha256-niYPHcTh0tO51paac6rXtwkYoTOAMqdVrHwSnGRObck=";
sha256 = "sha256-shlu6X2JzFU8xCo6yXSHZUxe+XAvzfwuQrWv/ck1a3E=";
};
buildAndTestSubdir = "risc0/r0vm";
@ -33,11 +33,11 @@ rustPlatform.buildRustPackage rec {
doCheck = false;
cargoHash = "sha256-rhczkxTtyw54VsqbLJ2wp3VQ0WV3NW+gwEAgYfpoHSw=";
cargoHash = "sha256-xFiCNskX2zsAmqM604rg5oko4owWZYMY6jNNrJH5kJ8=";
postPatch =
let
# see https://github.com/risc0/risc0/blob/v1.0.2/risc0/circuit/recursion/build.rs
# see https://github.com/risc0/risc0/blob/v1.0.3/risc0/circuit/recursion/build.rs
sha256Hash = "4e8496469e1efa00efb3630d261abf345e6b2905fb64b4f3a297be88ebdf83d2";
recursionZkr = fetchurl {
name = "recursion_zkr.zip";