Merge pull request #75342 from colemickens/nixpkgs-va

vaapiIntel: unstable-20190211 -> 2.4.0
This commit is contained in:
Mario Rodas 2019-12-14 21:29:16 -05:00 committed by GitHub
commit e87cfa0488
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,16 +5,13 @@
stdenv.mkDerivation rec {
pname = "intel-vaapi-driver";
# 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";
version = "2.4.0";
src = fetchFromGitHub {
owner = "intel";
repo = "intel-vaapi-driver";
rev = rev;
sha256 = "10333wh2d0hvz5lxl3gjvqs71s7v9ajb0269b3bj5kbflj03v3n5";
rev = version;
sha256 = "019w0hvjc9l85yqhy01z2bvvljq208nkb43ai2v377l02krgcrbl";
};
patchPhase = ''