mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
libva: 2.9.0 -> 2.9.1 (#101750)
This commit is contained in:
parent
c48a9a6b53
commit
976af38df6
2 changed files with 3 additions and 3 deletions
|
@ -7,13 +7,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libva-${lib.optionalString minimal "minimal-"}${version}";
|
name = "libva-${lib.optionalString minimal "minimal-"}${version}";
|
||||||
version = "2.9.0"; # Also update the hash for libva-utils!
|
version = "2.9.1"; # Also update the hash for libva-utils!
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "intel";
|
owner = "intel";
|
||||||
repo = "libva";
|
repo = "libva";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "17m8k8fn41vzi1lzh9idf2mn4x73bwlkw60kl5zj396kpw4n1z1r";
|
sha256 = "1c9rwrz30q2p47spzb9gsakwci9c5mw6i309z7p7hr2d8233ay4x";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "dev" "out" ];
|
outputs = [ "dev" "out" ];
|
||||||
|
|
|
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
||||||
owner = "intel";
|
owner = "intel";
|
||||||
repo = "libva-utils";
|
repo = "libva-utils";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1xylc940ffhqay9lyy48872cfw61ziky8dw21vm69psngfz3zs9n";
|
sha256 = "1viqxq9r424hvbfgjlw4zb1idsq24fqr5cz6rk47j37rcnqclj2k";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ meson ninja pkg-config ];
|
nativeBuildInputs = [ meson ninja pkg-config ];
|
||||||
|
|
Loading…
Reference in a new issue