Commit d2ff0833 authored by nicoo's avatar nicoo Committed by nicoo
Browse files

solana-cli: `sha256` → `hash`

parent 4538b56a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = {