Unverified Commit 206c8f76 authored by Guillaume Girol's avatar Guillaume Girol Committed by GitHub
Browse files

amdvlk: 2024.Q3.2 -> 2024.Q3.3 (#352094)

parents ac6691a0 d23b69ed
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,13 +29,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "amdvlk";
  version = "2024.Q3.2";
  version = "2024.Q3.3";

  src = fetchRepoProject {
    name = "amdvlk-src";
    manifest = "https://github.com/GPUOpen-Drivers/AMDVLK.git";
    rev = "refs/tags/v-${finalAttrs.version}";
    hash = "sha256-1Svdr93ShjhaWJUTLn5y1kBM4hHey1dUVDiHqFIKgrU=";
    hash = "sha256-wIPubMsSaNGTykD/K0gxdba128TqW5nu4CjXoLkprc0=";
  };

  buildInputs =