dav1d: 1.4.0 -> 1.4.1

This commit is contained in:
R. Ryantm 2024-03-15 12:42:48 +00:00
parent b1d4798935
commit ecdf55e091
1 changed files with 2 additions and 2 deletions

View File

@ -26,13 +26,13 @@ assert useVulkan -> withExamples;
stdenv.mkDerivation rec {
pname = "dav1d";
version = "1.4.0";
version = "1.4.1";
src = fetchFromGitHub {
owner = "videolan";
repo = pname;
rev = version;
hash = "sha256-NDv4ZlmrbRoecd0qj/sy+camn4uRTrvte4/84L6oUUg=";
hash = "sha256-PBFQrGGP7hKNMuwkl7q/7/C7v41xqdOYW+pJ70fI4Uo=";
};
outputs = [ "out" "dev" ];