libwacom-surface: v2.12.0-1 -> v2.12.2-1
This commit is contained in:
parent
16324f699a
commit
09ce1650e9
@ -8,17 +8,17 @@ let
|
|||||||
libwacom-surface = fetchFromGitHub {
|
libwacom-surface = fetchFromGitHub {
|
||||||
owner = "linux-surface";
|
owner = "linux-surface";
|
||||||
repo = "libwacom-surface";
|
repo = "libwacom-surface";
|
||||||
rev = "v2.12.0-1";
|
rev = "v2.12.2-1";
|
||||||
hash = "sha256-z/qNXbe89/0GIDj0BDQY6xdjHKA9chAPpviHPtBLjFM=";
|
hash = "sha256-MreAwOaT8pd5NMWBpZDBbPz73DhcChgeXXBNyjw99Pw=";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
libwacom.overrideAttrs (old: {
|
libwacom.overrideAttrs (prevAttrs: {
|
||||||
pname = "libwacom-surface";
|
pname = "libwacom-surface";
|
||||||
|
|
||||||
# These patches will not be included upstream:
|
# These patches will not be included upstream:
|
||||||
# https://github.com/linux-surface/libwacom/issues/2
|
# https://github.com/linux-surface/libwacom/issues/2
|
||||||
patches =
|
patches =
|
||||||
old.patches or [ ]
|
(prevAttrs.patches or [ ])
|
||||||
++ map (p: "${libwacom-surface}/patches/v2/${p}") [
|
++ map (p: "${libwacom-surface}/patches/v2/${p}") [
|
||||||
"0001-Add-support-for-BUS_VIRTUAL.patch"
|
"0001-Add-support-for-BUS_VIRTUAL.patch"
|
||||||
"0002-Add-support-for-Intel-Management-Engine-bus.patch"
|
"0002-Add-support-for-Intel-Management-Engine-bus.patch"
|
||||||
@ -38,7 +38,7 @@ libwacom.overrideAttrs (old: {
|
|||||||
"0016-data-Add-Microsoft-Surface-Laptop-Studio.patch"
|
"0016-data-Add-Microsoft-Surface-Laptop-Studio.patch"
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = old.meta // {
|
meta = prevAttrs.meta // {
|
||||||
homepage = "https://github.com/linux-surface/libwacom-surface";
|
homepage = "https://github.com/linux-surface/libwacom-surface";
|
||||||
maintainers = with lib.maintainers; [ dotlambda ];
|
maintainers = with lib.maintainers; [ dotlambda ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user