open-vm-tools: 12.0.5 -> 12.1.0

https://www.vmware.com/security/advisories/VMSA-2022-0024.html
https://www.openwall.com/lists/oss-security/2022/08/23/3

Fixes: CVE-2022-31676
This commit is contained in:
Martin Weinelt 2022-08-24 02:27:41 +02:00 committed by Peter Hoeg
parent 36469b5564
commit 9e0027666b

View file

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "open-vm-tools";
version = "12.0.5";
version = "12.1.0";
src = fetchFromGitHub {
owner = "vmware";
repo = "open-vm-tools";
rev = "stable-${version}";
sha256 = "sha256-rjYYRh4ZWAd9iELW2/4PZvMOfQfgwtGcrI2icaed2Eg=";
hash = "sha256-PgrLu0Bm9Vom5WNl43312QFWKojdXDAGn3Nvj4hzPrQ=";
};
sourceRoot = "${src.name}/open-vm-tools";