pantheon.switchboard-plug-mouse-touchpad: 7.0.0 -> 8.0.0

https://github.com/elementary/switchboard-plug-mouse-touchpad/compare/7.0.0...8.0.0
This commit is contained in:
Bobby Rong 2024-05-16 23:04:23 +08:00
parent 081776ffee
commit 887b03c884
No known key found for this signature in database

View File

@ -9,8 +9,8 @@
, vala
, libgee
, libxml2
, granite
, gtk3
, granite7
, gtk4
, switchboard
, gnome-settings-daemon
, glib
@ -20,13 +20,13 @@
stdenv.mkDerivation rec {
pname = "switchboard-plug-mouse-touchpad";
version = "7.0.0";
version = "8.0.0";
src = fetchFromGitHub {
owner = "elementary";
repo = pname;
rev = version;
sha256 = "sha256-iXkNdUMHa0IF2FLn34/6G4w3m53GRZun8yzc8dxAg20=";
sha256 = "sha256-OXaCftfPPAIxDGOBKM4S7Bv//j0sWy/CsbqvugxSZ70=";
};
patches = [
@ -46,8 +46,8 @@ stdenv.mkDerivation rec {
buildInputs = [
gala
glib
granite
gtk3
granite7
gtk4
libgee
libxml2
gnome-settings-daemon