Skip to content

Commit

Permalink
Merge pull request #220748 from r-ryantm/auto-update/open-vm-tools
Browse files Browse the repository at this point in the history
open-vm-tools: 12.1.5 -> 12.2.0
  • Loading branch information
ajs124 authored Mar 30, 2023
2 parents 60e727a + baa5974 commit 5fce1c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/virtualization/open-vm-tools/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 5fce1c9

Please sign in to comment.