linuxPackages.hid-tmff2: 0.83-unstable-2026-02-08 -> 0.83-unstable-2026-03-10 (#499990)

This commit is contained in:
Masum Reza
2026-03-15 05:12:12 +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.83-unstable-2026-02-08";
version = "0.83-unstable-2026-03-10";
src = fetchFromGitHub {
owner = "Kimplul";
repo = "hid-tmff2";
rev = "f004195a73be722f6384ecae7d98161481151dff";
hash = "sha256-jKmWfBBT3md4kxw49iIwr2yM6Yhr31RLER1Mu/fhBmQ=";
rev = "8187920ed261c7024826f8204cc7bea45153a3da";
hash = "sha256-ut6u3hmCI0NX5BQ9rDtFF9fReTdv/zso8B3a7UvQyGc=";
# For hid-tminit. Source: https://github.com/scarburato/hid-tminit
fetchSubmodules = true;
};