linuxPackages.vmware: workstation-17.6.3-20250608 -> workstation-17.6.3-20250728

This commit is contained in:
Amadej Kastelic 2025-08-02 18:46:45 +02:00
parent bab5468fff
commit a835567247
No known key found for this signature in database

View File

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