solana-cli: sha256hash

This commit is contained in:
nicoo
2024-09-15 11:25:25 +02:00
committed by nicoo
parent 4538b56ab5
commit d2ff083335
+2 -2
View File
@@ -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 = {