zluda: 6-preview.45 -> 6-preview.55

Adds a git LFS pull to ZLUDA's fetchFromGitHub statement and version
bumps to the latest preview.

Fixes #481739.
This commit is contained in:
Jackaed
2026-03-03 09:02:12 -08:00
committed by Luna Nova
parent 573ee318e1
commit a3dfae7c0a
+3 -2
View File
@@ -16,14 +16,15 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "zluda";
version = "6-preview.45";
version = "6-preview.55";
src = fetchFromGitHub {
owner = "vosen";
repo = "ZLUDA";
rev = "v${finalAttrs.version}";
hash = "sha256-796OuIM5a0saE0v1QHHAGRjUPT+YAIfUuEtAruMn8Mk=";
hash = "sha256-yhWEzoDjNk1GefSqOVwowNky36ahmH/gTMdq1YTOhfE=";
fetchSubmodules = true;
fetchLFS = true;
};
buildInputs = [