open-vm-tools: 12.4.0 -> 12.4.5

This commit is contained in:
R. Ryantm 2024-06-28 14:05:24 +00:00
parent c8201d6eef
commit 99d3c0c2f5

View File

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