File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
nixos/modules/virtualisation Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -228,11 +228,11 @@ let
228228 } ;
229229 } ;
230230
231- AutoUpdate . Enable = lib . mkOption {
231+ AutoUpdate . UpdateToLatestVersion = lib . mkOption {
232232 type = types . bool ;
233233 default = false ;
234234 description = ''
235- Whether or not to enable autoupdate for goal state processing .
235+ Whether or not to enable auto-update of the Extension Handler .
236236 '' ;
237237 } ;
238238 } ;
Original file line number Diff line number Diff line change 1414in
1515python . pkgs . buildPythonApplication rec {
1616 pname = "waagent" ;
17- version = "2.12.0.4 " ;
17+ version = "2.13.1.1 " ;
1818 src = fetchFromGitHub {
1919 owner = "Azure" ;
2020 repo = "WALinuxAgent" ;
2121 tag = "v${ version } " ;
22- hash = "sha256-L8W/ijBHkNukM2G9HBRVx2wFXzgkR8gbFBljNVPs6xA =" ;
22+ hash = "sha256-W2NXxQOxRhJD/D/w58xknA9X8YYnQxwIhhjXzlCVVWA =" ;
2323 } ;
2424 patches = [
2525 # Suppress the following error when waagent tries to configure sshd:
You can’t perform that action at this time.
0 commit comments