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

This commit is contained in:
Adrian Pistol 2023-11-16 13:41:42 +01:00
parent 69906365e0
commit 358d5987b1

View File

@ -2,15 +2,15 @@
stdenv.mkDerivation rec {
pname = "vmware-modules";
version = "workstation-17.0.2-2023-09-29-${kernel.version}";
version = "workstation-17.5.1-unstable-2024-01-12-${kernel.version}";
src = fetchFromGitHub {
owner = "mkubecek";
repo = "vmware-host-modules";
# Developer no longer provides tags for kernel compatibility fixes
# Commit hash for branch workstation-17.0.2 as of 2023-09-29
rev = "29de7e2bd45d32e6983106d6f15810c70ba3e654";
hash = "sha256-l0QJbjySINM/7EyNhZl6UnUonwPoGnCnsQeC8YtI15c=";
# Commit hash for branch workstation-17.5.1 as of 2024-03-07
rev = "2c6d66f3f1947384038b765c897b102ecdb18298";
hash = "sha256-VKN6nxtgQqElVrSD5++UdngjZio4+vmetGCgTAfgtTs=";
};
hardeningDisable = [ "pic" ];
@ -42,6 +42,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2Only;
platforms = [ "x86_64-linux" ];
broken = (kernel.kernelOlder "5.5" && kernel.isHardened);
maintainers = with maintainers; [ deinferno ];
maintainers = with maintainers; [ deinferno vifino ];
};
}