about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAdrian Pistol <vifino@posteo.net>2023-11-16 13:41:42 +0100
committerAdrian Pistol <vifino@posteo.net>2024-03-07 08:54:29 +0100
commit358d5987b14c16e0fc7b81a4dceedd08c66dd3f2 (patch)
tree7f28e3e6f3874ba21404333a51dd01277eb5ae58
parent69906365e06c43d5b5fe9e63a0477c8686fe6b34 (diff)
downloadnixlib-358d5987b14c16e0fc7b81a4dceedd08c66dd3f2.tar
nixlib-358d5987b14c16e0fc7b81a4dceedd08c66dd3f2.tar.gz
nixlib-358d5987b14c16e0fc7b81a4dceedd08c66dd3f2.tar.bz2
nixlib-358d5987b14c16e0fc7b81a4dceedd08c66dd3f2.tar.lz
nixlib-358d5987b14c16e0fc7b81a4dceedd08c66dd3f2.tar.xz
nixlib-358d5987b14c16e0fc7b81a4dceedd08c66dd3f2.tar.zst
nixlib-358d5987b14c16e0fc7b81a4dceedd08c66dd3f2.zip
linuxPackages.vmware: workstation-17.0.2-2023-09-29 -> workstation-17.5.1-unstable-2024-01-12
-rw-r--r--pkgs/os-specific/linux/vmware/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/os-specific/linux/vmware/default.nix b/pkgs/os-specific/linux/vmware/default.nix
index 7c1994687ae7..d63e5247dc51 100644
--- a/pkgs/os-specific/linux/vmware/default.nix
+++ b/pkgs/os-specific/linux/vmware/default.nix
@@ -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 ];
   };
 }