luwen: update

This commit is contained in:
Artturin 2024-10-01 22:26:27 +03:00
parent e3faaeb8a5
commit e38aabd246
2 changed files with 397 additions and 410 deletions

File diff suppressed because it is too large Load diff

View file

@ -3,13 +3,13 @@
{
luwen = pkgs.rustPlatform.buildRustPackage rec {
pname = "luwen";
version = "main-2024-01-31";
version = "unstable-2024-09-13";
src = pkgs.fetchFromGitHub {
owner = "tenstorrent";
repo = "luwen";
rev = "4753a930adb217b296e32f8c682344d929b561bd";
sha256 = "sha256-UiTVZZt0ZFwZ6wCTpk+8ZLYjtdSiMFklXoh6bDFZXKQ=";
rev = "e4e10e95928f4b73d31ac4f41ea08cd6e3ef5573";
sha256 = "sha256-cScaqWAyjDuvy9M2EccMfUHfDq23IWniaKeq+upHzOg=";
};
postPatch = ''