mouse_m908: 3.4 -> 3.5

This commit is contained in:
R. Ryantm
2025-11-17 19:34:05 +00:00
parent 1dcdb7dcba
commit bd83fd1eb6
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "mouse_m908";
version = "3.4";
version = "3.5";
src = fetchFromGitHub {
owner = "dokutan";
repo = "mouse_m908";
rev = "v${finalAttrs.version}";
hash = "sha256-sCAvjNpJYkp4G0KkDJtHOBR1vc80DZJtWR2W9gakkzQ=";
hash = "sha256-wuYttLCLw0XJ56Xur1aVPpNq9AcsLp2/NADRsVXTugM=";
};
nativeBuildInputs = [