Merge pull request #317289 from r-ryantm/auto-update/waagent

waagent: 2.10.0.8 -> 2.11.1.4
This commit is contained in:
Weijia Wang 2024-06-10 19:54:08 +02:00 committed by GitHub
commit 77c1acb796
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,12 +14,12 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "waagent";
version = "2.10.0.8";
version = "2.11.1.4";
src = fetchFromGitHub {
owner = "Azure";
repo = "WALinuxAgent";
rev = "refs/tags/v${version}";
sha256 = "sha256-Ilm29z+BJToVxdJTUAZO3Lr2DyOIvK6GW79GxAmfeM4=";
sha256 = "sha256-5V9js9gGkIsdGYrQQK/V6tPfL9lh2Cht4llOKBVTyOM=";
};
patches = [
# Suppress the following error when waagent tries to configure sshd: