linuxPackages.digimend: 13 -> 13-unstable-2025-01-02 (#396730)

authored by Peder Bergebakken Sundt and committed by GitHub 302f82f5 84267cd9

+3 -10
+3 -10
pkgs/os-specific/linux/digimend/default.nix
··· 8 8 9 9 stdenv.mkDerivation rec { 10 10 pname = "digimend"; 11 - version = "13"; 11 + version = "13-unstable-2025-01-02"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "digimend"; 15 15 repo = "digimend-kernel-drivers"; 16 - rev = "v${version}"; 17 - hash = "sha256-YYCxTyoZGMnqC2nKkRi5Z1uofldGvJDGY2/sO9iMNIo="; 16 + rev = "f3c7c7f1179fc786a8e5aad027d4db904c31b42c"; 17 + hash = "sha256-5kJj3SJfzrQ3n9r1YOn5xt0KO9WcEf0YpNMjiZEYMEo="; 18 18 }; 19 19 20 20 postPatch = '' ··· 26 26 env.NIX_CFLAGS_COMPILE = toString [ "-Wno-error=implicit-fallthrough" ]; 27 27 28 28 nativeBuildInputs = kernel.moduleBuildDependencies; 29 - 30 - postInstall = '' 31 - # Remove module reload hack. 32 - # The hid-rebind unloads and then reloads the hid-* module to ensure that 33 - # the extra/ module is loaded. 34 - rm -r $out/lib/udev 35 - ''; 36 29 37 30 makeFlags = kernelModuleMakeFlags ++ [ 38 31 "KVERSION=${kernel.modDirVersion}"