solana-cli: sha256 → hash
This commit is contained in:
@@ -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;
|
||||
@@ -46,7 +46,7 @@ rustPlatform.buildRustPackage rec {
|
||||
owner = "solana-labs";
|
||||
repo = "solana";
|
||||
rev = "v${version}";
|
||||
inherit sha256;
|
||||
inherit hash;
|
||||
};
|
||||
|
||||
cargoLock = {
|
||||
|
||||
Reference in New Issue
Block a user