dav1d: 1.1.0 -> 1.2.0

Fixes CVE-2023-32570.

https://github.com/videolan/dav1d/releases/tag/1.2.0
This commit is contained in:
Thomas Gerbet
2023-05-18 12:02:37 +02:00
parent b26679a020
commit 514b0ba424

View File

@@ -10,13 +10,13 @@ assert useVulkan -> withExamples;
stdenv.mkDerivation rec {
pname = "dav1d";
version = "1.1.0";
version = "1.2.0";
src = fetchFromGitHub {
owner = "videolan";
repo = pname;
rev = version;
hash = "sha256-1k6TsaXI9nwrBXTj3hncblkQuN/bvDudWDCsx4E4iwY=";
hash = "sha256-Y9wqa6lIs0eKT+q+95gjzfHIc3pglXzLNaDjsWy1gok=";
};
outputs = [ "out" "dev" ];