Unverified Commit 17226a35 authored by dish's avatar dish Committed by GitHub
Browse files

linuxPackages.hid-tmff2: 0-unstable-2025-07-28 -> 0-unstable-2025-10-03 (#449592)

parents 15b28420 239c33d8
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-07-28";
  version = "0-unstable-2025-10-03";

  src = fetchFromGitHub {
    owner = "Kimplul";
    repo = "hid-tmff2";
    rev = "e0a173f3265be8efcbd4a6f34df6c5713d988b15";
    hash = "sha256-JZ7nNiNlUdzY9ZJ5AT/xMpSZYz8ej9LByybkBEaHHqk=";
    rev = "438a3e1407565dbd1d8ceb3981f4830a723a3c3c";
    hash = "sha256-QD7jvkS6pycdD4FfbJpQh6E2st6xcKM5zvQiz3J6LrI=";
    # For hid-tminit. Source: https://github.com/scarburato/hid-tminit
    fetchSubmodules = true;
  };