mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 23:37:52 +00:00
Merge pull request #276278 from r-ryantm/auto-update/snarkos
snarkos: 2.2.4 -> 2.2.7
This commit is contained in:
commit
c2e9fab5fd
@ -10,16 +10,16 @@
|
||||
}:
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "snarkos";
|
||||
version = "2.2.4";
|
||||
version = "2.2.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "AleoHQ";
|
||||
repo = "snarkOS";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-sq99lJqSJ436wdSjdOlooGD2PysZzbyb7hTfJ9OUg/U=";
|
||||
sha256 = "sha256-+z9dgg5HdR+Gomug03gI1zdCU6t4SBHkl1Pxoq69wrc=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-0x/YKPLh5yf3y/CjrQF18yDfPJ8IlArVVczgyVPzpEI=";
|
||||
cargoHash = "sha256-qW/ZV4JqpNqqh8BYc+/d5g8junwhdZ38NhHclx+k/0M=";
|
||||
|
||||
# buildAndTestSubdir = "cli";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user