tt-burnin: 0.2.4 -> 0.4.0

This commit is contained in:
mert-kurttutan
2026-06-06 11:36:49 +03:00
parent c0fa465241
commit aa751c512f
+2 -2
View File
@@ -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