Skip to content

Commit

Permalink
Merge pull request #304109 from trofi/libopus-update
Browse files Browse the repository at this point in the history
libopus: 1.5.1 -> 1.5.2
  • Loading branch information
marsam authored Apr 15, 2024
2 parents c1f95ba + 56470bb commit f60a738
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
5 changes: 2 additions & 3 deletions pkgs/development/libraries/libopus/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,14 @@

stdenv.mkDerivation (finalAttrs: {
pname = "libopus";
version = "1.5.1";
version = "1.5.2";

src = fetchurl {
url = "https://downloads.xiph.org/releases/opus/opus-${finalAttrs.version}.tar.gz";
hash = "sha256-uEYQlZuNQXthGqEqIlZeCjcyCXxjidGQmNhEVD40D4U=";
hash = "sha256-ZcHS94ufL7IAgsOMvkfJUa1YOTRYduRpQWEu6H+afOE=";
};

patches = [
./fix-pkg-config-paths.patch
# Some tests time out easily on slower machines
./test-timeout.patch
];
Expand Down
13 changes: 0 additions & 13 deletions pkgs/development/libraries/libopus/fix-pkg-config-paths.patch

This file was deleted.

0 comments on commit f60a738

Please sign in to comment.