diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2022-08-24 02:27:41 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-08-25 02:29:35 +0000 |
| commit | e7493c50f50c5bc66be16296a573046bd2a541f9 (patch) | |
| tree | ceee160b7d2dee75090c7337cc75b516bc1fb1f5 | |
| parent | Merge pull request #188179 from NixOS/backport-174744-to-release-22.05 (diff) | |
| download | nixpkgs-origin/backport-188109-to-release-22.05.tar.gz | |
open-vm-tools: 12.0.5 -> 12.1.0origin/backport-188109-to-release-22.05
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
(cherry picked from commit 59d86c1e1b60938b87a947e15aa3c1fa3f35d883)
| -rw-r--r-- | pkgs/applications/virtualization/open-vm-tools/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/virtualization/open-vm-tools/default.nix b/pkgs/applications/virtualization/open-vm-tools/default.nix index 02c25dd86bd4..d62964d10959 100644 --- a/pkgs/applications/virtualization/open-vm-tools/default.nix +++ b/pkgs/applications/virtualization/open-vm-tools/default.nix @@ -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"; |
