libopus: 1.5.2 -> 1.6.1

This commit is contained in:
R. Ryantm
2026-01-21 19:38:12 +00:00
parent 5d361f1d1d
commit 177131ff54
+2 -2
View File
@@ -18,11 +18,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libopus";
version = "1.5.2";
version = "1.6.1";
src = fetchurl {
url = "https://downloads.xiph.org/releases/opus/opus-${finalAttrs.version}.tar.gz";
hash = "sha256-ZcHS94ufL7IAgsOMvkfJUa1YOTRYduRpQWEu6H+afOE=";
hash = "sha256-b/y1kyB76SWE3xWzJGbtZLvsmRCfAHyCIF8BlFckEaE=";
};
patches = [