waagent: 2.11.1.4 -> 2.11.1.12

This commit is contained in:
R. Ryantm 2024-09-28 23:30:23 +00:00
parent 19f1f2ebca
commit 1b79e2110e

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: