waagent: 2.13.1.1 -> 2.14.0.0 (#412607)

Co-authored-by: codgician <codgician@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-06-03 05:08:54 +00:00
committed by GitHub
co-authored by codgician
+3 -3
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: