pantheon.switchboard-plug-mouse-touchpad: 8.0.1 -> 8.0.2

https://github.com/elementary/switchboard-plug-mouse-touchpad/compare/8.0.1...8.0.2
This commit is contained in:
Bobby Rong
2024-12-31 23:02:24 +08:00
parent c0ee061183
commit 66ca2175e0
@@ -21,13 +21,13 @@
stdenv.mkDerivation rec {
pname = "switchboard-plug-mouse-touchpad";
version = "8.0.1";
version = "8.0.2";
src = fetchFromGitHub {
owner = "elementary";
repo = pname;
rev = version;
sha256 = "sha256-aOJnjHCyc1tSyF7AuW5nXUXcvzBnZ+pwU91Mk+veusg=";
sha256 = "sha256-332y3D3T90G6bDVacRm3a1p4mLK3vsW8sBvre5lW/mk=";
};
patches = [