luwen: 0.7.13 -> 0.7.14 (#453025)

This commit is contained in:
Fernando Rodrigues
2025-11-06 16:03:46 +00:00
committed by GitHub

View File

@@ -6,13 +6,13 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "luwen";
version = "0.7.13";
version = "0.7.14";
src = fetchFromGitHub {
owner = "tenstorrent";
repo = "luwen";
tag = "v${finalAttrs.version}";
hash = "sha256-2l+rcWP9Ms0bvvSvZIA4DjH6bIloQGxzRTE1ShP6hEE=";
hash = "sha256-KhkABISkR37MjEwgroVtywYNCxgfwXyM5LG2CIJhu3M=";
};
postUnpack = ''