open-vm-tools-headless: 12.5.2 -> 13.0.0

This commit is contained in:
R. Ryantm
2025-06-19 06:01:21 +00:00
parent 78dbeb4496
commit 050c5d00d0
+2 -2
View File
@@ -52,13 +52,13 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "open-vm-tools";
version = "12.5.2";
version = "13.0.0";
src = fetchFromGitHub {
owner = "vmware";
repo = "open-vm-tools";
tag = "stable-${finalAttrs.version}";
hash = "sha256-gKtPyLsmTrbA3aG/Jiod/oAl5aMpVm3enuCe+b7jsY4=";
hash = "sha256-1ZW1edwKW3okKNdWw6rBgfeOt9afESbhe1L1TNp0+Kc=";
};
sourceRoot = "${finalAttrs.src.name}/open-vm-tools";