linuxPackages.hid-tmff2: 0-unstable-2025-12-01 -> 0-unstable-2026-01-26 (#470687)

This commit is contained in:
Weijia Wang
2026-02-06 16:44:54 +00:00
committed by GitHub
+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-12-01";
version = "0-unstable-2026-01-26";
src = fetchFromGitHub {
owner = "Kimplul";
repo = "hid-tmff2";
rev = "c4b70d4ec36404c9454199bec208eaf3116ef453";
hash = "sha256-IYfDlKfd4OL7s+MJPNYJ/tpyTiKHy1DQGQaIR7qfzZU=";
rev = "66e522e26549afab26d032e900ae9f6576c83b9d";
hash = "sha256-CVzfkDOzxbjDYE6BaEBglJL68EUY4DkLeDUSlKrN6oU=";
# For hid-tminit. Source: https://github.com/scarburato/hid-tminit
fetchSubmodules = true;
};