fix: alsa-ucm-conf on stable, update to 1.2.11
This commit is contained in:
parent
08af694944
commit
e612b7c968
2 changed files with 10 additions and 7 deletions
|
@ -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 = [ ];
|
||||
}
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue