fix: alsa-ucm-conf on stable, update to 1.2.11

This commit is contained in:
Adam Stephens 2024-02-07 16:28:42 -05:00
parent 08af694944
commit e612b7c968
No known key found for this signature in database
2 changed files with 10 additions and 7 deletions

View file

@ -37,9 +37,10 @@ in
rec {
"x13s/linux" = pkgs.callPackage linux_x13s_pkg { defconfig = "johan_defconfig"; };
"x13s/alsa-ucm-conf" = pkgs.alsa-ucm-conf.overrideAttrs (
prev: rec {
version = "1.2.11-unstable-${builtins.substring 0 7 src.revision}";
_: {
version = sources.alsa-ucm-conf.version;
src = sources.alsa-ucm-conf;
patches = [ ];
}
);