linuxKernel.packages.vmware: workstation-17.6.3 -> workstation-17.6.3-20250608

This commit is contained in:
Amadej Kastelic
2025-05-28 22:43:03 +02:00
parent fb2c741ea9
commit 2ecb2c1a3d

View File

@@ -9,13 +9,13 @@
stdenv.mkDerivation { stdenv.mkDerivation {
pname = "vmware-modules"; pname = "vmware-modules";
version = "workstation-17.6.3-${kernel.version}"; version = "workstation-17.6.3-20250608-${kernel.version}";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "philipl"; owner = "philipl";
repo = "vmware-host-modules"; repo = "vmware-host-modules";
tag = "w17.6.3"; rev = "e08764f84df3bd14407291e02346b7c5c54d0bf6";
hash = "sha256-n9aLpHcO7m51eRtcWWBfTpze0JIWvne+UcYACoA5afc="; hash = "sha256-RDVKropC+VOv1uJijOGlLt6iqZI8Cm9aWlbmvZj2CSk=";
}; };
hardeningDisable = [ "pic" ]; hardeningDisable = [ "pic" ];