waagent: 2.11.1.12 -> 2.12.0.2 (#357728)
This commit is contained in:
commit
518c682a16
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user