1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-27 03:26:50 +03:00

open-vm-tools: 12.4.5 -> 12.5.0

This commit is contained in:
R. Ryantm 2024-10-11 06:21:57 +00:00
parent 35f64dd473
commit 129d2c22a0

View file

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