Merge pull request #298237 from r-ryantm/auto-update/open-vm-tools

open-vm-tools: 12.3.5 -> 12.4.0
This commit is contained in:
Weijia Wang 2024-03-26 04:02:01 +01:00 committed by GitHub
commit e8a2bbf079
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -41,13 +41,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "open-vm-tools";
version = "12.3.5";
version = "12.4.0";
src = fetchFromGitHub {
owner = "vmware";
repo = "open-vm-tools";
rev = "stable-${finalAttrs.version}";
hash = "sha256-OuESPenXVDKLckIZ3sQCtQXZXCL6xSLZOxZWVEX2XMk=";
hash = "sha256-RcjNY02aLOU4X6znfZ37+ICB19WYp+HxHRvvpfW3Ub8=";
};
sourceRoot = "${finalAttrs.src.name}/open-vm-tools";