From 78678dc803275b190bf3e41ee6cccfe70e1a6814 Mon Sep 17 00:00:00 2001 From: js6pak Date: Thu, 27 Mar 2025 18:05:20 +0100 Subject: [PATCH] linuxPackages.vmware: workstation-17.6.1-unstable-2024-10-12 -> workstation-17.6.3 --- pkgs/os-specific/linux/vmware/default.nix | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/pkgs/os-specific/linux/vmware/default.nix b/pkgs/os-specific/linux/vmware/default.nix index 4541279140a2..0bd39ad880f3 100644 --- a/pkgs/os-specific/linux/vmware/default.nix +++ b/pkgs/os-specific/linux/vmware/default.nix @@ -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" ];