dav1d: 1.4.3 -> 1.5.0

This commit is contained in:
R. Ryantm
2024-10-18 13:51:07 +00:00
parent babe2c97ed
commit a59a45073d
+2 -2
View File
@@ -26,13 +26,13 @@ assert useVulkan -> withExamples;
stdenv.mkDerivation rec {
pname = "dav1d";
version = "1.4.3";
version = "1.5.0";
src = fetchFromGitHub {
owner = "videolan";
repo = pname;
rev = version;
hash = "sha256-uudtA9ZpGIpw1yfCzbywFyH7EWYHuXfE6pBb2eksx1g=";
hash = "sha256-eOMQj88vlgoxguV+eK4iWXFjUPiXwqRTJlhehev+yGY=";
};
outputs = [ "out" "dev" ];