Skip to content

Commit

Permalink
amdvlk: 2024.Q4.1.3 -> 2024.Q4.2
Browse files Browse the repository at this point in the history
2024.Q4.2 was released: https://github.com/GPUOpen-Drivers/AMDVLK/releases/tag/v-2024.Q4.2

(cherry picked from commit 8a1be56)
  • Loading branch information
Flakebi authored and github-actions[bot] committed Dec 6, 2024
1 parent ff55b18 commit c39483e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/am/amdvlk/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "amdvlk";
version = "2024.Q4.1";
version = "2024.Q4.2";

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

buildInputs =
Expand Down

0 comments on commit c39483e

Please sign in to comment.