vaapi-intel: v2.3.0 -> v20190211

Signed-off-by: Cole Mickens <cole.mickens@gmail.com>
This commit is contained in:
Cole Mickens 2019-02-17 18:32:29 -08:00 committed by Rok Garbas
parent 11cf1a282d
commit c793258a88

View File

@ -5,13 +5,16 @@
stdenv.mkDerivation rec {
name = "intel-vaapi-driver-${version}";
version = "2.3.0"; # generally try to match libva version, but not required
# TODO: go back to stable releases with the next stable release after 2.3.0.
# see: https://github.com/NixOS/nixpkgs/issues/55975 (and the libva comment v)
rev = "329975c63123610fc750241654a3bd18add75beb"; # generally try to match libva version, but not required
version = "git-20190211";
src = fetchFromGitHub {
owner = "intel";
repo = "intel-vaapi-driver";
rev = version;
sha256 = "0s6cz9grymll96s7n2rpzvb3b566a2n21nfp6b23r926db089kjd";
rev = rev;
sha256 = "10333wh2d0hvz5lxl3gjvqs71s7v9ajb0269b3bj5kbflj03v3n5";
};
patchPhase = ''