zluda: 6-preview.55 -> 6-preview.63 (#509043)

This commit is contained in:
Luna Nova
2026-04-12 20:37:04 +00:00
committed by GitHub
+3 -3
View File
@@ -16,13 +16,13 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "zluda";
version = "6-preview.55";
version = "6-preview.63";
src = fetchFromGitHub {
owner = "vosen";
repo = "ZLUDA";
rev = "v${finalAttrs.version}";
hash = "sha256-yhWEzoDjNk1GefSqOVwowNky36ahmH/gTMdq1YTOhfE=";
hash = "sha256-AZGSO6aV1T3elsVDJxFylhzYjkhkIy1QFtTdH4u4Lrw=";
fetchSubmodules = true;
fetchLFS = true;
};
@@ -51,7 +51,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
clang
];
cargoHash = "sha256-YNBeweZ/vfXGfM0lrZbAh71z6Rb0+B7nOuO8VL2BmCo=";
cargoHash = "sha256-2YAlc8HW+aqfRzLSXw/I++DM4/JneE7UNmV6BVZb4VM=";
# Tests require a GPU and segfault in the sandbox
doCheck = false;