amdvlk: add meta.changelog

This commit is contained in:
Daniël de Kok 2020-08-08 12:18:21 +02:00
parent 930f197e53
commit 506cb9592b

View File

@ -78,6 +78,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "AMD Open Source Driver For Vulkan";
homepage = "https://github.com/GPUOpen-Drivers/AMDVLK";
changelog = "https://github.com/GPUOpen-Drivers/AMDVLK/releases/tag/v-${version}";
license = licenses.mit;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ Flakebi ];