about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorajs124 <ajs124@users.noreply.github.com>2023-03-30 23:59:15 +0200
committerGitHub <noreply@github.com>2023-03-30 23:59:15 +0200
commit5fce1c9ed91de5163de3a508c5bc396d0be70f08 (patch)
tree8ac45a2c494f95c43c87bb46f2e7ae9aec306fbf /pkgs/applications
parent60e727af111fc2132ad2f1679985d4a8e3727d80 (diff)
parentbaa5974a37e6c52ed537b2076b2b89e255ed3f29 (diff)
Merge pull request #220748 from r-ryantm/auto-update/open-vm-tools
open-vm-tools: 12.1.5 -> 12.2.0
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/virtualization/open-vm-tools/default.nix4
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 b060c6290493d..f60c9626c5533 100644
--- a/pkgs/applications/virtualization/open-vm-tools/default.nix
+++ b/pkgs/applications/virtualization/open-vm-tools/default.nix
@@ -41,13 +41,13 @@
 
 stdenv.mkDerivation rec {
   pname = "open-vm-tools";
-  version = "12.1.5";
+  version = "12.2.0";
 
   src = fetchFromGitHub {
     owner = "vmware";
     repo = "open-vm-tools";
     rev = "stable-${version}";
-    hash = "sha256-CffJg29qM9ex1RAq5t2dE/GX8ud9TylQbYiwBkh8nxE=";
+    hash = "sha256-ikodKEvlg+QU0af8IjiMjhMyQSV6icHVUczf0rWfVaI=";
   };
 
   sourceRoot = "${src.name}/open-vm-tools";