We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 92efcbb + d8c60a8 commit 27c573dCopy full SHA for 27c573d
1 file changed
pkgs/by-name/li/libvpx/package.nix
@@ -131,13 +131,13 @@ assert isCygwin -> unitTestsSupport && webmIOSupport && libyuvSupport;
131
132
stdenv.mkDerivation rec {
133
pname = "libvpx";
134
- version = "1.15.2";
+ version = "1.16.0";
135
136
src = fetchFromGitHub {
137
owner = "webmproject";
138
repo = "libvpx";
139
rev = "v${version}";
140
- hash = "sha256-1F5Zlue2DY1yJXwfDfGeh3KcFTQVo9voHcGkgItKgh0=";
+ hash = "sha256-z1Ov3BHnAGuayeY4D86oTRiDfuZ2Wpc4ZD7pXGaakVI=";
141
};
142
143
postPatch = ''
0 commit comments