alsa-ucm-conf: 1.2.15.3 -> 1.2.16

This commit is contained in:
nick-linux8
2026-06-03 02:22:29 -04:00
parent 23d0fc9c11
commit ef08008ae2
+3 -8
View File
@@ -1,7 +1,6 @@
{
directoryListingUpdater,
fetchurl,
fetchpatch,
lib,
stdenvNoCC,
coreutils,
@@ -10,19 +9,15 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "alsa-ucm-conf";
version = "1.2.15.3";
version = "1.2.16";
src = fetchurl {
url = "mirror://alsa/lib/alsa-ucm-conf-${finalAttrs.version}.tar.bz2";
hash = "sha256-n3noE8CPyGz6Rt11xPzaGkpRtILbJgfh/PqvuS9YijE=";
hash = "sha256-rLyXLW5x7fo0Xnav3xDDmf0PHzz5DYSv20z1G/xKZUg=";
};
patches = [
# fix for typo in 1.2.15.3 remove with subsequent release
(fetchpatch {
url = "https://github.com/alsa-project/alsa-ucm-conf/commit/95377000e849259764f37295e0ddd58fd8a55a76.patch";
hash = "sha256-o2qR69jiGXFWM0mxeIhXd+tCvGikYqnoalce1UOVppw=";
})
];
dontBuild = true;