linuxPackages.hid-tmff2: 0.82-unstable-2025-02-03 -> 0-unstable-2025-04-12

R. Ryantm efb2c427 6e3a80e8

+3 -3
+3 -3
pkgs/os-specific/linux/hid-tmff2/default.nix
··· 9 stdenv.mkDerivation { 10 pname = "hid-tmff2"; 11 # https://github.com/Kimplul/hid-tmff2/blob/ca168637fbfb085ebc9ade0c47fa0653dac5d25b/dkms/dkms-install.sh#L12 12 - version = "0.82-unstable-2025-02-03"; 13 14 src = fetchFromGitHub { 15 owner = "Kimplul"; 16 repo = "hid-tmff2"; 17 - rev = "a9312ead5720922e1c06b541ea48b6db3f289d36"; 18 - hash = "sha256-38G0PrYmHg4OLpZvEes5Y2/sQSfUJBCIvqSQderjwAM="; 19 # For hid-tminit. Source: https://github.com/scarburato/hid-tminit 20 fetchSubmodules = true; 21 };
··· 9 stdenv.mkDerivation { 10 pname = "hid-tmff2"; 11 # https://github.com/Kimplul/hid-tmff2/blob/ca168637fbfb085ebc9ade0c47fa0653dac5d25b/dkms/dkms-install.sh#L12 12 + version = "0-unstable-2025-04-12"; 13 14 src = fetchFromGitHub { 15 owner = "Kimplul"; 16 repo = "hid-tmff2"; 17 + rev = "2661098c3ddaa327b0db8029689f7dfb6e85d1e9"; 18 + hash = "sha256-dkPniXEHC0xcLQhDmnqgyFnICaooBOGlHVx0jqK0mGc="; 19 # For hid-tminit. Source: https://github.com/scarburato/hid-tminit 20 fetchSubmodules = true; 21 };