Skip to content

Commit

Permalink
libvpx: 1.13.1 -> 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 24, 2024
1 parent e81467f commit a32aa98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libvpx/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@ assert isCygwin -> unitTestsSupport && webmIOSupport && libyuvSupport;

stdenv.mkDerivation rec {
pname = "libvpx";
version = "1.13.1";
version = "1.14.0";

src = fetchFromGitHub {
owner = "webmproject";
repo = pname;
rev = "v${version}";
hash = "sha256-KTbzZ5/qCH+bCvatYZhFiWcT+L2duD40E2w/BUaRorQ=";
hash = "sha256-duU1exUg7JiKCtZfNxyb/y40hxsXeTIMShf9YounTWA=";
};

postPatch = ''
Expand Down

0 comments on commit a32aa98

Please sign in to comment.