waagent: 2.11.1.12 -> 2.12.0.2 (#357728)

This commit is contained in:
Aleksana 2024-11-24 16:05:10 +08:00 committed by GitHub
commit 518c682a16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,12 +12,12 @@ let
in in
python.pkgs.buildPythonApplication rec { python.pkgs.buildPythonApplication rec {
pname = "waagent"; pname = "waagent";
version = "2.11.1.12"; version = "2.12.0.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Azure"; owner = "Azure";
repo = "WALinuxAgent"; repo = "WALinuxAgent";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-1MaPjz9hWb/kJxuyJAUWPk065vpSyx2jq1ZSlDB4yFo="; hash = "sha256-pp54J3x/+hkG4p7X1cojupdhjc0pyKcBRnE5ejd5ZpU=";
}; };
patches = [ patches = [
# Suppress the following error when waagent tries to configure sshd: # Suppress the following error when waagent tries to configure sshd: