waagent: 2.13.1.1 -> 2.14.0.0

This commit is contained in:
R. Ryantm 2025-05-31 07:56:08 +00:00
parent 7c07515359
commit 5133c60c2f

View file

@ -14,12 +14,12 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "waagent";
version = "2.13.1.1";
version = "2.14.0.0";
src = fetchFromGitHub {
owner = "Azure";
repo = "WALinuxAgent";
tag = "v${version}";
hash = "sha256-W2NXxQOxRhJD/D/w58xknA9X8YYnQxwIhhjXzlCVVWA=";
tag = "pre-v${version}";
hash = "sha256-nJZXyqdsSQgW+nGqyTS9XSW4z5mGRHtCYsDHKDw/eiM=";
};
patches = [
# Suppress the following error when waagent tries to configure sshd: