linuxPackages.hid-tmff2: 0-unstable-2025-11-07 -> 0-unstable-2025-12-01

This commit is contained in:
R. Ryantm
2025-12-07 23:08:26 +00:00
parent aa1bf8ebf5
commit b307efcb55
+3 -3
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation {
pname = "hid-tmff2";
# https://github.com/Kimplul/hid-tmff2/blob/ca168637fbfb085ebc9ade0c47fa0653dac5d25b/dkms/dkms-install.sh#L12
version = "0-unstable-2025-11-07";
version = "0-unstable-2025-12-01";
src = fetchFromGitHub {
owner = "Kimplul";
repo = "hid-tmff2";
rev = "2a7b3568792d50e94479298b5d0e5602d4e230f8";
hash = "sha256-NcIQ0rW7ZPujq7MRMYW0sQ4qWRwhLnovHDqzzxkwtwY=";
rev = "c4b70d4ec36404c9454199bec208eaf3116ef453";
hash = "sha256-IYfDlKfd4OL7s+MJPNYJ/tpyTiKHy1DQGQaIR7qfzZU=";
# For hid-tminit. Source: https://github.com/scarburato/hid-tminit
fetchSubmodules = true;
};