vdpauinfo: 0.9 -> 1.0
This commit is contained in:
parent
ed40a9fe42
commit
65b74314e8
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, xlibs, libvdpau }:
|
{ stdenv, fetchurl, pkgconfig, xlibs, libvdpau }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "vdpauinfo-0.9";
|
name = "vdpauinfo-1.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://people.freedesktop.org/~aplattner/vdpau/${name}.tar.gz";
|
url = "http://people.freedesktop.org/~aplattner/vdpau/${name}.tar.gz";
|
||||||
sha256 = "1qy84clsz3l3hvhaxw01rl4bjqlsaml5l63rc43vck6vh8vgwh50";
|
sha256 = "1i2b0k9h8r0lnxlrkgqzmrjakgaw3f1ygqqwzx8w6676g85rcm20";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig libvdpau ];
|
buildInputs = [ pkgconfig libvdpau ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user