Skip to content

Commit 27c573d

Browse files
authored
[Backport staging-25.11] libvpx: 1.15.2 -> 1.16.0 (#491169)
2 parents 92efcbb + d8c60a8 commit 27c573d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/by-name/li/libvpx/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,13 +131,13 @@ assert isCygwin -> unitTestsSupport && webmIOSupport && libyuvSupport;
131131

132132
stdenv.mkDerivation rec {
133133
pname = "libvpx";
134-
version = "1.15.2";
134+
version = "1.16.0";
135135

136136
src = fetchFromGitHub {
137137
owner = "webmproject";
138138
repo = "libvpx";
139139
rev = "v${version}";
140-
hash = "sha256-1F5Zlue2DY1yJXwfDfGeh3KcFTQVo9voHcGkgItKgh0=";
140+
hash = "sha256-z1Ov3BHnAGuayeY4D86oTRiDfuZ2Wpc4ZD7pXGaakVI=";
141141
};
142142

143143
postPatch = ''

0 commit comments

Comments
 (0)