Unverified Commit a3dfae7c authored by Jackaed's avatar Jackaed Committed by Luna Nova
Browse files

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.
parent 573ee318
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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 = [