Skip to content

Commit

Permalink
amdvlk: 2022.Q4.4 → 2023.Q1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
toastal committed Feb 19, 2023
1 parent ee77c72 commit b870117
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/amdvlk/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ let

in stdenv.mkDerivation rec {
pname = "amdvlk";
version = "2022.Q4.4";
version = "2023.Q1.2";

src = fetchRepoProject {
name = "${pname}-src";
manifest = "https://github.com/GPUOpen-Drivers/AMDVLK.git";
rev = "refs/tags/v-${version}";
sha256 = "sha256-MKU7bfjrvH4M2kON2tr5463nYjN1xoGAknsC9YmklEc=";
sha256 = "sha256-QNjBLOnSfCTA+5qLqejAqJv9eIWAEVNc/VrhidGjmTc=";
};

buildInputs = [
Expand Down

0 comments on commit b870117

Please sign in to comment.