|
4 | 4 |  |
5 | 5 |  |
6 | 6 | [](https://github.com/asus-linux-drivers/asus-numberpad-driver/releases) |
7 | | -[](https://GitHub.com/asus-linux-drivers/asus-numberpad-driver/commit/) |
| 7 | +[](https://GitHub.com/asus-linux-drivers/asus-numberpad-driver/commit/) |
8 | 8 | [](https://GitHub.com/asus-linux-drivers/asus-numberpad-driver/issues?q=is%3Aissue+is%3Aclosed) |
9 | 9 | [](https://github.com/asus-linux-drivers/asus-numberpad-driver/compare) |
10 | 10 | [](https://github.com/asus-linux-drivers/asus-numberpad-driver/issues/new/choose) |
@@ -64,7 +64,7 @@ $ git clone https://github.com/asus-linux-drivers/asus-numberpad-driver |
64 | 64 | $ cd asus-numberpad-driver |
65 | 65 | # now you are using master branch with the latest changes which may be not stable |
66 | 66 | # jump to the latest release of stable version: |
67 | | -$ git checkout v6.8.7 |
| 67 | +$ git checkout v6.9.0 |
68 | 68 | ``` |
69 | 69 |
|
70 | 70 | or download the latest release (stable version) from [the release page](https://github.com/asus-linux-drivers/asus-numberpad-driver/releases), extract and install for current user and current Python3 ([How to install the driver with specific Python3 version using pyenv?](#faq)): |
@@ -174,7 +174,7 @@ This repo contains a Flake that exposes a NixOS Module that manages and offers o |
174 | 174 | inputs = { |
175 | 175 | # ---Snip--- |
176 | 176 | asus-numberpad-driver = { |
177 | | - url = "github:asus-linux-drivers/asus-numberpad-driver/v6.8.7"; # use this line for the latest release of stable version |
| 177 | + url = "github:asus-linux-drivers/asus-numberpad-driver/v6.9.0"; # use this line for the latest release of stable version |
178 | 178 | # url = "github:asus-linux-drivers/asus-numberpad-driver"; # or this line for using master branch with the latest changes which may be not stable |
179 | 179 | inputs.nixpkgs.follows = "nixpkgs"; |
180 | 180 | }; |
|
0 commit comments