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

waagent: 2.9.1.1 -> 2.10.0.8
This commit is contained in:
Weijia Wang 2024-04-03 11:48:32 +02:00 committed by GitHub
commit 177d9f7419
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.9.1.1";
version = "2.10.0.8";
src = fetchFromGitHub {
owner = "Azure";
repo = "WALinuxAgent";
rev = "refs/tags/v${version}";
sha256 = "sha256-lnCDGUhAPNP8RNfDi+oUTEJ4x3ln6COqTrgk9rZWWEM=";
sha256 = "sha256-Ilm29z+BJToVxdJTUAZO3Lr2DyOIvK6GW79GxAmfeM4=";
};
patches = [
# Suppress the following error when waagent tries to configure sshd: