Merge pull request #56539 from dtzWill/update/libvdpau-1.2

libvdpau: 1.1.1 -> 1.2
This commit is contained in:
Will Dietz 2019-03-01 06:50:07 -06:00 committed by GitHub
commit 79aca227e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "libvdpau-${version}"; name = "libvdpau-${version}";
version = "1.1.1"; version = "1.2";
src = fetchurl { src = fetchurl {
url = "https://people.freedesktop.org/~aplattner/vdpau/${name}.tar.bz2"; url = "https://gitlab.freedesktop.org/vdpau/libvdpau/uploads/14b620084c027d546fa0b3f083b800c6/${name}.tar.bz2";
sha256 = "857a01932609225b9a3a5bf222b85e39b55c08787d0ad427dbd9ec033d58d736"; sha256 = "6a499b186f524e1c16b4f5b57a6a2de70dfceb25c4ee546515f26073cd33fa06";
}; };
outputs = [ "out" "dev" ]; outputs = [ "out" "dev" ];