Commit a1cc3452 authored by R. RyanTM's avatar R. RyanTM
Browse files

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

parent eaa9fd31
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-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;
  };