linuxPackages.hid-tmff2: 0-unstable-2025-06-28 -> 0-unstable-2025-07-28

This commit is contained in:
R. Ryantm 2025-07-30 03:49:49 +00:00
parent eaa9fd315f
commit a1cc3452cf

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-06-28";
version = "0-unstable-2025-07-28";
src = fetchFromGitHub {
owner = "Kimplul";
repo = "hid-tmff2";
rev = "49adf5c48ba2784d97384619a52e875daf4bc062";
hash = "sha256-J/Ta1o6k4QHLHTEmoQgObv4uk69mAPlPgzdhLe5Pa+I=";
rev = "e0a173f3265be8efcbd4a6f34df6c5713d988b15";
hash = "sha256-JZ7nNiNlUdzY9ZJ5AT/xMpSZYz8ej9LByybkBEaHHqk=";
# For hid-tminit. Source: https://github.com/scarburato/hid-tminit
fetchSubmodules = true;
};