Merge pull request #240441 from r-ryantm/auto-update/snarkos

snarkos: 2.1.1 -> 2.1.3
This commit is contained in:
Nick Cao 2023-06-29 09:07:00 +08:00 committed by GitHub
commit 0aa68002e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,16 +10,16 @@
}: }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "snarkos"; pname = "snarkos";
version = "2.1.1"; version = "2.1.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "AleoHQ"; owner = "AleoHQ";
repo = "snarkOS"; repo = "snarkOS";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-ewWsiDyPaQ2GOMA31b1bc+wtRbkoWXyPzDhy0Qq2vKI="; sha256 = "sha256-IdV92JDZQja0xVlB5JjuBfC/FdWM4PK2UDndb8DDBR0=";
}; };
cargoHash = "sha256-HD+oVwFMUK00GQbJCrvLC+VWJ9p1L3j2f8rpQUIDKf8="; cargoHash = "sha256-/oI1RJHZdPFZrAojtYAO1cT8yW8dJNcGQCxUY9DMtx8=";
# buildAndTestSubdir = "cli"; # buildAndTestSubdir = "cli";