Merge pull request #296139 from r-ryantm/auto-update/dav1d

dav1d: 1.4.0 -> 1.4.1
This commit is contained in:
Robert Scott 2024-03-17 01:41:54 +00:00 committed by GitHub
commit 080c3f233f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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