Skip to content

Commit

Permalink
solana-cli: sha256hash
Browse files Browse the repository at this point in the history
  • Loading branch information
nbraud committed Sep 15, 2024
1 parent 4538b56 commit d2ff083
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/so/solana-cli/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
}:
let
version = "1.17.31";
sha256 = "sha256-5qPW199o+CVJlqGwiAegsquBRWEb5uDKITxjN5dQYAQ=";
hash = "sha256-5qPW199o+CVJlqGwiAegsquBRWEb5uDKITxjN5dQYAQ=";
rocksdb = rocksdb_8_3;

inherit (darwin.apple_sdk_11_0) Libsystem;
Expand All @@ -46,7 +46,7 @@ rustPlatform.buildRustPackage rec {
owner = "solana-labs";
repo = "solana";
rev = "v${version}";
inherit sha256;
inherit hash;
};

cargoLock = {
Expand Down

0 comments on commit d2ff083

Please sign in to comment.