Merge pull request #218737 from r-ryantm/auto-update/libvpx

libvpx: 1.12.0 -> 1.13.0
This commit is contained in:
Martin Weinelt 2023-03-04 00:57:45 +00:00 committed by GitHub
commit 7eac1ebef6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,13 +75,13 @@ assert isCygwin -> unitTestsSupport && webmIOSupport && libyuvSupport;
stdenv.mkDerivation rec {
pname = "libvpx";
version = "1.12.0";
version = "1.13.0";
src = fetchFromGitHub {
owner = "webmproject";
repo = pname;
rev = "v${version}";
sha256 = "sha256-9SFFE2GfYYMgxp1dpmL3STTU2ea1R5vFKA1L0pZwIvQ=";
sha256 = "sha256-IH+ZWbBUlU5fbciYe+dNGnTFFCte2BXxAlLcvmzdAeY=";
};
postPatch = ''