This commit is contained in:
2025-08-22 19:01:41 +02:00
parent d3f752328f
commit 71384d0740
5 changed files with 112 additions and 75 deletions

View File

@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "hid-fanatecff";
version = "0.1.0";
version = "0.2.1";
src = fetchFromGitHub {
owner = "gotzl";
repo = "hid-fanatecff";
rev = lib.versions.majorMinor version;
hash = "sha256-1Nm/34Er/qfel9LJp++IWd7cTh2Wi93Kgd28YLMVvWo=";
rev = version;
hash = "sha256-M2jm8pyxHRiswV4iJEawo57GkJ2XOclIo3NxEFgK+q0=";
};
nativeBuildInputs = kernel.moduleBuildDependencies;