Merge pull request #282852 from r-ryantm/auto-update/xe-guest-utilities

xe-guest-utilities: 8.3.1 -> 8.4.0
This commit is contained in:
Nick Cao
2024-01-22 10:08:42 -05:00
committed by GitHub
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "xe-guest-utilities";
version = "8.3.1";
version = "8.4.0";
src = fetchFromGitHub {
owner = "xenserver";
repo = "xe-guest-utilities";
rev = "v${version}";
hash = "sha256-d0WdezcT44ExeHSnoJ3Dn0u/IRlhWreOZPSVw6Q1h/w=";
hash = "sha256-LpZx+Km2qRywYK/eFLP3aCDku6K6HC4+MzEODH+8Gvs=";
};
deleteVendor = true;