waagent: 2.12.0.4 -> 2.13.1.1 (#404876)

This commit is contained in:
Peder Bergebakken Sundt
2025-05-10 00:08:00 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -228,11 +228,11 @@ let
};
};
AutoUpdate.Enable = lib.mkOption {
AutoUpdate.UpdateToLatestVersion = lib.mkOption {
type = types.bool;
default = false;
description = ''
Whether or not to enable autoupdate for goal state processing.
Whether or not to enable auto-update of the Extension Handler.
'';
};
};
+2 -2
View File
@@ -14,12 +14,12 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "waagent";
version = "2.12.0.4";
version = "2.13.1.1";
src = fetchFromGitHub {
owner = "Azure";
repo = "WALinuxAgent";
tag = "v${version}";
hash = "sha256-L8W/ijBHkNukM2G9HBRVx2wFXzgkR8gbFBljNVPs6xA=";
hash = "sha256-W2NXxQOxRhJD/D/w58xknA9X8YYnQxwIhhjXzlCVVWA=";
};
patches = [
# Suppress the following error when waagent tries to configure sshd: