waagent: 2.11.1.4 -> 2.11.1.12 (#345203)

This commit is contained in:
Nick Cao
2024-10-03 17:06:38 -04:00
committed by GitHub
+2 -2
View File
@@ -13,12 +13,12 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "waagent";
version = "2.11.1.4";
version = "2.11.1.12";
src = fetchFromGitHub {
owner = "Azure";
repo = "WALinuxAgent";
rev = "refs/tags/v${version}";
hash = "sha256-5V9js9gGkIsdGYrQQK/V6tPfL9lh2Cht4llOKBVTyOM=";
hash = "sha256-1MaPjz9hWb/kJxuyJAUWPk065vpSyx2jq1ZSlDB4yFo=";
};
patches = [
# Suppress the following error when waagent tries to configure sshd: