Merge pull request #75019 from dtzWill/update/dav1d-0.5.2

dav1d: 0.5.1 -> 0.5.2
This commit is contained in:
Michael Weiss 2019-12-06 14:21:37 +01:00 committed by GitHub
commit 45ba64055b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,14 +9,14 @@ assert useVulkan -> withExamples;
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "dav1d"; pname = "dav1d";
version = "0.5.1"; version = "0.5.2";
src = fetchFromGitLab { src = fetchFromGitLab {
domain = "code.videolan.org"; domain = "code.videolan.org";
owner = "videolan"; owner = "videolan";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "08cgccp7xvwn24w9iab4fzi18x3m6xyvvnz36qf7clcz0aqbfb9w"; sha256 = "0acxlgyz6c8ckw8vfgn60y2zg2n00l5xsq5jlxvwbh5w5pkc3ahf";
}; };
nativeBuildInputs = [ meson ninja nasm pkgconfig ]; nativeBuildInputs = [ meson ninja nasm pkgconfig ];