Unverified Commit eea50e44 authored by Tristan Ross's avatar Tristan Ross Committed by GitHub
Browse files

tt-system-tools: fix hash (#478239)

parents 0c1fcf81 a58fd4cf
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -3,8 +3,7 @@
  stdenvNoCC,
  fetchFromGitHub,
  makeWrapper,
  # Remove "? null" once https://github.com/NixOS/nixpkgs/pull/444714 is merged
  tt-smi ? null,
  tt-smi,
  pstree,
}:
stdenvNoCC.mkDerivation (finalAttrs: {
@@ -15,7 +14,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
    owner = "tenstorrent";
    repo = "tt-system-tools";
    tag = "v${finalAttrs.version}";
    hash = "sha256-bJtDfOXwtIKQMu8B+5/UYLmwBv/KTtGEsxAUhF2w6OY=";
    hash = "sha256-fqmMO6Zo61gO0HtKasSKTt7kC8YGr5crymwbqVNQLck=";
  };

  nativeBuildInputs = [