amdvlk: 2021.Q1.2 -> 2020.Q1.3

master
Sebastian Neubauer 2021-02-09 16:21:57 +01:00
parent 44c6d04822
commit 476f38b7f3
1 changed files with 2 additions and 2 deletions

View File

@ -21,13 +21,13 @@ let
in stdenv.mkDerivation rec {
pname = "amdvlk";
version = "2021.Q1.2";
version = "2021.Q1.3";
src = fetchRepoProject {
name = "${pname}-src";
manifest = "https://github.com/GPUOpen-Drivers/AMDVLK.git";
rev = "refs/tags/v-${version}";
sha256 = "+oAetAHJ530e3IFPJDQiQn5vbUKeI1z0oF3Gy6mRVGM=";
sha256 = "x9VzPALIlgE3eIKY4/qbFg5w+zd2W/jbqFXgJfpvLP4=";
};
buildInputs = [