mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-14 13:39:15 +03:00
waagent: 2.13.1.1 -> 2.14.0.0
This commit is contained in:
parent
7c07515359
commit
5133c60c2f
1 changed files with 3 additions and 3 deletions
|
@ -14,12 +14,12 @@ let
|
||||||
in
|
in
|
||||||
python.pkgs.buildPythonApplication rec {
|
python.pkgs.buildPythonApplication rec {
|
||||||
pname = "waagent";
|
pname = "waagent";
|
||||||
version = "2.13.1.1";
|
version = "2.14.0.0";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Azure";
|
owner = "Azure";
|
||||||
repo = "WALinuxAgent";
|
repo = "WALinuxAgent";
|
||||||
tag = "v${version}";
|
tag = "pre-v${version}";
|
||||||
hash = "sha256-W2NXxQOxRhJD/D/w58xknA9X8YYnQxwIhhjXzlCVVWA=";
|
hash = "sha256-nJZXyqdsSQgW+nGqyTS9XSW4z5mGRHtCYsDHKDw/eiM=";
|
||||||
};
|
};
|
||||||
patches = [
|
patches = [
|
||||||
# Suppress the following error when waagent tries to configure sshd:
|
# Suppress the following error when waagent tries to configure sshd:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue