Loading pkgs/os-specific/linux/vmware/default.nix +3 −5 Original line number Diff line number Diff line Loading @@ -9,15 +9,13 @@ stdenv.mkDerivation { pname = "vmware-modules"; version = "workstation-17.6.1-unstable-2024-10-12-${kernel.version}"; version = "workstation-17.6.3-${kernel.version}"; src = fetchFromGitHub { owner = "philipl"; repo = "vmware-host-modules"; # Developer no longer provides tags for kernel compatibility fixes # Commit hash for branch workstation-17.6.1 as of 2024-10-15 rev = "3a7595bddb2239c2149d7f730a4b57c8bb120d99"; hash = "sha256-YqRnym5bOZ2ApMegOAeiUNyhsEsF5g1TVALtkUz/v6E="; tag = "w17.6.3"; hash = "sha256-n9aLpHcO7m51eRtcWWBfTpze0JIWvne+UcYACoA5afc="; }; hardeningDisable = [ "pic" ]; Loading Loading
pkgs/os-specific/linux/vmware/default.nix +3 −5 Original line number Diff line number Diff line Loading @@ -9,15 +9,13 @@ stdenv.mkDerivation { pname = "vmware-modules"; version = "workstation-17.6.1-unstable-2024-10-12-${kernel.version}"; version = "workstation-17.6.3-${kernel.version}"; src = fetchFromGitHub { owner = "philipl"; repo = "vmware-host-modules"; # Developer no longer provides tags for kernel compatibility fixes # Commit hash for branch workstation-17.6.1 as of 2024-10-15 rev = "3a7595bddb2239c2149d7f730a4b57c8bb120d99"; hash = "sha256-YqRnym5bOZ2ApMegOAeiUNyhsEsF5g1TVALtkUz/v6E="; tag = "w17.6.3"; hash = "sha256-n9aLpHcO7m51eRtcWWBfTpze0JIWvne+UcYACoA5afc="; }; hardeningDisable = [ "pic" ]; Loading