snarkos: 2.2.1 -> 2.2.4

authored by R. Ryantm and committed by Yt c703e263 98ea67a5

+3 -3
+3 -3
pkgs/applications/blockchains/snarkos/default.nix
··· 10 }: 11 rustPlatform.buildRustPackage rec { 12 pname = "snarkos"; 13 - version = "2.2.1"; 14 15 src = fetchFromGitHub { 16 owner = "AleoHQ"; 17 repo = "snarkOS"; 18 rev = "v${version}"; 19 - sha256 = "sha256-vEoEnjVjxVnjZ3Lya1qO2kOypNu07aYSlrSya5NJZzs="; 20 }; 21 22 - cargoHash = "sha256-CVHvBqfcTqWBtLFcEcs9y/LmQ4gXjX+dfqqZSxN+33A="; 23 24 # buildAndTestSubdir = "cli"; 25
··· 10 }: 11 rustPlatform.buildRustPackage rec { 12 pname = "snarkos"; 13 + version = "2.2.4"; 14 15 src = fetchFromGitHub { 16 owner = "AleoHQ"; 17 repo = "snarkOS"; 18 rev = "v${version}"; 19 + sha256 = "sha256-sq99lJqSJ436wdSjdOlooGD2PysZzbyb7hTfJ9OUg/U="; 20 }; 21 22 + cargoHash = "sha256-0x/YKPLh5yf3y/CjrQF18yDfPJ8IlArVVczgyVPzpEI="; 23 24 # buildAndTestSubdir = "cli"; 25