luwen: 0.7.14 -> 0.8.5
This commit is contained in:
Generated
-2210
File diff suppressed because it is too large
Load Diff
@@ -6,25 +6,20 @@
|
||||
}:
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "luwen";
|
||||
version = "0.7.14";
|
||||
version = "0.8.5";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "tenstorrent";
|
||||
repo = "luwen";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-KhkABISkR37MjEwgroVtywYNCxgfwXyM5LG2CIJhu3M=";
|
||||
hash = "sha256-lY7cZ+8C0UEGGYxufl4Vi8g0L4AJFXaGqn7XE2ivTcQ=";
|
||||
};
|
||||
|
||||
postUnpack = ''
|
||||
cp ${./Cargo.lock} $sourceRoot/Cargo.lock
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [
|
||||
protobuf
|
||||
];
|
||||
|
||||
# Vendor a lockfile until upstream manages to consistently have checksums in their's.
|
||||
cargoLock.lockFile = ./Cargo.lock;
|
||||
cargoHash = "sha256-QBGXbRiBk4WIQFopq1OccmUHgx5GzR/PKhMH4Ie+fyg=";
|
||||
|
||||
meta = {
|
||||
description = "Tenstorrent system interface tools";
|
||||
|
||||
@@ -11,6 +11,7 @@ buildPythonPackage rec {
|
||||
pname = "pyluwen";
|
||||
version = "0.7.11";
|
||||
pyproject = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "tenstorrent";
|
||||
|
||||
Reference in New Issue
Block a user