luwen: update
This commit is contained in:
parent
e3faaeb8a5
commit
e38aabd246
File diff suppressed because it is too large
Load diff
|
@ -3,13 +3,13 @@
|
||||||
{
|
{
|
||||||
luwen = pkgs.rustPlatform.buildRustPackage rec {
|
luwen = pkgs.rustPlatform.buildRustPackage rec {
|
||||||
pname = "luwen";
|
pname = "luwen";
|
||||||
version = "main-2024-01-31";
|
version = "unstable-2024-09-13";
|
||||||
|
|
||||||
src = pkgs.fetchFromGitHub {
|
src = pkgs.fetchFromGitHub {
|
||||||
owner = "tenstorrent";
|
owner = "tenstorrent";
|
||||||
repo = "luwen";
|
repo = "luwen";
|
||||||
rev = "4753a930adb217b296e32f8c682344d929b561bd";
|
rev = "e4e10e95928f4b73d31ac4f41ea08cd6e3ef5573";
|
||||||
sha256 = "sha256-UiTVZZt0ZFwZ6wCTpk+8ZLYjtdSiMFklXoh6bDFZXKQ=";
|
sha256 = "sha256-cScaqWAyjDuvy9M2EccMfUHfDq23IWniaKeq+upHzOg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in a new issue