dav1d: 0.5.0 -> 0.5.1

Release notes: https://code.videolan.org/videolan/dav1d/-/tags/0.5.1
Changelog: https://code.videolan.org/videolan/dav1d/blob/0.5.1/NEWS
This commit is contained in:
Michael Weiss 2019-10-26 14:00:37 +02:00
parent 6c53031644
commit ec53f1d084
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83
1 changed files with 2 additions and 2 deletions

View File

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