open-vm-tools: 12.4.5 -> 12.5.0 (#347851)

This commit is contained in:
nixpkgs-merge-bot[bot] 2024-10-11 14:16:44 +00:00 committed by GitHub
commit cf3b78e20b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,13 +42,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "open-vm-tools";
version = "12.4.5";
version = "12.5.0";
src = fetchFromGitHub {
owner = "vmware";
repo = "open-vm-tools";
rev = "stable-${finalAttrs.version}";
hash = "sha256-VMnxWKGBgwnkP9eSVm///d6THzzWgUe5kNj/lGVBVlc=";
hash = "sha256-pjMXhVN4xdmPCk1Aeb83VZjDJ1t1mb9wryC6h3O+Qvc=";
};
sourceRoot = "${finalAttrs.src.name}/open-vm-tools";