1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00
xrelkd 2024-04-27 12:57:50 +08:00
parent 2cd70794de
commit bc087955b0
No known key found for this signature in database
GPG key ID: BAB7A457C1D1D6B3
2 changed files with 773 additions and 383 deletions

File diff suppressed because it is too large Load diff

View file

@ -7,13 +7,13 @@
rustPlatform.buildRustPackage rec {
pname = "anchor";
version = "0.29.0";
version = "0.30.0";
src = fetchFromGitHub {
owner = "coral-xyz";
repo = "anchor";
rev = "v${version}";
hash = "sha256-hOpdCVO3fXMqnAihjXXD9SjqK4AMhQQhZmISqJnDVCI=";
hash = "sha256-eodmmiKLRRvAynqOeS9gMMjeTqVdZDx0TqHtZj2SJvs=";
fetchSubmodules = true;
};