open-vm-tools: 12.5.0 -> 12.5.2 (#407323)

This commit is contained in:
Leona Maroni
2025-05-27 20:12:54 +02:00
committed by GitHub
+3 -3
View File
@@ -51,13 +51,13 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "open-vm-tools";
version = "12.5.0";
version = "12.5.2";
src = fetchFromGitHub {
owner = "vmware";
repo = "open-vm-tools";
rev = "stable-${finalAttrs.version}";
hash = "sha256-pjMXhVN4xdmPCk1Aeb83VZjDJ1t1mb9wryC6h3O+Qvc=";
tag = "stable-${finalAttrs.version}";
hash = "sha256-gKtPyLsmTrbA3aG/Jiod/oAl5aMpVm3enuCe+b7jsY4=";
};
sourceRoot = "${finalAttrs.src.name}/open-vm-tools";