about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-06-10 19:54:08 +0200
committerGitHub <noreply@github.com>2024-06-10 19:54:08 +0200
commit77c1acb796d52ac70a9026e4a1c1faddadaf887c (patch)
tree88260662b5b933f9c4a576413cfb88b0c85032d2 /pkgs/applications/networking/cluster
parent2d569bb5b05965699014fb02f880d0fa21bc3c90 (diff)
parent873b986f65c512747b0a129e6781baba751fdaa6 (diff)
Merge pull request #317289 from r-ryantm/auto-update/waagent
waagent: 2.10.0.8 -> 2.11.1.4
Diffstat (limited to 'pkgs/applications/networking/cluster')
-rw-r--r--pkgs/applications/networking/cluster/waagent/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/waagent/default.nix b/pkgs/applications/networking/cluster/waagent/default.nix
index f921f6ec2f87c..294440d820e1d 100644
--- a/pkgs/applications/networking/cluster/waagent/default.nix
+++ b/pkgs/applications/networking/cluster/waagent/default.nix
@@ -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: