We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d835ee commit 9f51dd8Copy full SHA for 9f51dd8
1 file changed
pkgs/os-specific/linux/hid-tmff2/default.nix
@@ -9,13 +9,13 @@
9
stdenv.mkDerivation {
10
pname = "hid-tmff2";
11
# https://github.com/Kimplul/hid-tmff2/blob/ca168637fbfb085ebc9ade0c47fa0653dac5d25b/dkms/dkms-install.sh#L12
12
- version = "0.83-unstable-2026-02-08";
+ version = "0.83-unstable-2026-03-10";
13
14
src = fetchFromGitHub {
15
owner = "Kimplul";
16
repo = "hid-tmff2";
17
- rev = "f004195a73be722f6384ecae7d98161481151dff";
18
- hash = "sha256-jKmWfBBT3md4kxw49iIwr2yM6Yhr31RLER1Mu/fhBmQ=";
+ rev = "8187920ed261c7024826f8204cc7bea45153a3da";
+ hash = "sha256-ut6u3hmCI0NX5BQ9rDtFF9fReTdv/zso8B3a7UvQyGc=";
19
# For hid-tminit. Source: https://github.com/scarburato/hid-tminit
20
fetchSubmodules = true;
21
};
0 commit comments