xe-guest-utilities: 8.3.1 -> 8.4.0

This commit is contained in:
R. Ryantm 2024-01-22 10:00:31 +00:00
parent 5836514c53
commit 85c32658d9

View file

@ -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;