tt-burnin: 0.2.4 -> 0.4.0
This commit is contained in:
@@ -6,14 +6,14 @@
|
||||
}:
|
||||
python3Packages.buildPythonApplication (finalAttrs: {
|
||||
pname = "tt-burnin";
|
||||
version = "0.2.4";
|
||||
version = "0.4.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "tenstorrent";
|
||||
repo = "tt-burnin";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-/tnCLhA6zeUkVYhDtdohrZODwHxNTZbnsWgY2Gt16DQ=";
|
||||
hash = "sha256-NI32BerBCuMMulB2fsseeoWI50iklpNqMyTs4BArl2A=";
|
||||
};
|
||||
|
||||
# Remove when https://github.com/NixOS/nixpkgs/pull/444714 is merged
|
||||
|
||||
Reference in New Issue
Block a user