linuxPackages.vmware: workstation-17.0.2-2023-09-29 -> workstation-17.5.1-unstable-2024-01-12

+5 -5
+5 -5
pkgs/os-specific/linux/vmware/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "vmware-modules"; 5 - version = "workstation-17.0.2-2023-09-29-${kernel.version}"; 6 7 src = fetchFromGitHub { 8 owner = "mkubecek"; 9 repo = "vmware-host-modules"; 10 # Developer no longer provides tags for kernel compatibility fixes 11 - # Commit hash for branch workstation-17.0.2 as of 2023-09-29 12 - rev = "29de7e2bd45d32e6983106d6f15810c70ba3e654"; 13 - hash = "sha256-l0QJbjySINM/7EyNhZl6UnUonwPoGnCnsQeC8YtI15c="; 14 }; 15 16 hardeningDisable = [ "pic" ]; ··· 42 license = licenses.gpl2Only; 43 platforms = [ "x86_64-linux" ]; 44 broken = (kernel.kernelOlder "5.5" && kernel.isHardened); 45 - maintainers = with maintainers; [ deinferno ]; 46 }; 47 }
··· 2 3 stdenv.mkDerivation rec { 4 pname = "vmware-modules"; 5 + version = "workstation-17.5.1-unstable-2024-01-12-${kernel.version}"; 6 7 src = fetchFromGitHub { 8 owner = "mkubecek"; 9 repo = "vmware-host-modules"; 10 # Developer no longer provides tags for kernel compatibility fixes 11 + # Commit hash for branch workstation-17.5.1 as of 2024-03-07 12 + rev = "2c6d66f3f1947384038b765c897b102ecdb18298"; 13 + hash = "sha256-VKN6nxtgQqElVrSD5++UdngjZio4+vmetGCgTAfgtTs="; 14 }; 15 16 hardeningDisable = [ "pic" ]; ··· 42 license = licenses.gpl2Only; 43 platforms = [ "x86_64-linux" ]; 44 broken = (kernel.kernelOlder "5.5" && kernel.isHardened); 45 + maintainers = with maintainers; [ deinferno vifino ]; 46 }; 47 }