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 2f93ab6 + 49c0ad0 commit 48f7dd6Copy full SHA for 48f7dd6
1 file changed
pkgs/by-name/al/alsa-lib/package.nix
@@ -2,6 +2,7 @@
2
lib,
3
stdenv,
4
fetchurl,
5
+ fetchpatch,
6
alsa-topology-conf,
7
alsa-ucm-conf,
8
testers,
@@ -23,6 +24,11 @@ stdenv.mkDerivation (finalAttrs: {
23
24
# "libs" field to declare locations for both native and 32bit plugins, in
25
# order to support apps with 32bit sound running on x86_64 architecture.
26
./alsa-plugin-conf-multilib.patch
27
+ (fetchpatch {
28
+ name = "CVE-2026-25068.patch";
29
+ url = "https://github.com/alsa-project/alsa-lib/commit/5f7fe33002d2d98d84f72e381ec2cccc0d5d3d40.patch";
30
+ hash = "sha256-4memtcg+FDOctX6wgiCdmnlG+IUS+5rL1f3LcsWS5lw=";
31
+ })
32
];
33
34
enableParallelBuilding = true;
0 commit comments