linuxPackages.hid-tmff2: 0-unstable-2025-04-22 -> 0-unstable-2025-06-28 (#422232)

This commit is contained in:
Wolfgang Walther
2025-07-11 19:39:50 +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-04-22";
version = "0-unstable-2025-06-28";
src = fetchFromGitHub {
owner = "Kimplul";
repo = "hid-tmff2";
rev = "d4c9e065ca41b30e1cb7a9852ba182b53a669b9c";
hash = "sha256-SACkTzj3CFiU8HllW82oXtGF+BEH332AcC4w+ghwtjk=";
rev = "49adf5c48ba2784d97384619a52e875daf4bc062";
hash = "sha256-J/Ta1o6k4QHLHTEmoQgObv4uk69mAPlPgzdhLe5Pa+I=";
# For hid-tminit. Source: https://github.com/scarburato/hid-tminit
fetchSubmodules = true;
};