Commit 0d82cbc0 authored by R. RyanTM's avatar R. RyanTM
Browse files

linuxPackages.hid-tmff2: 0-unstable-2025-12-01 -> 0-unstable-2026-01-26

parent ab2f9de9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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;
  };