mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
waagent: 2.12.0.4 -> 2.13.1.1
This commit is contained in:
parent
8fcc714596
commit
e8da861e12
1 changed files with 2 additions and 2 deletions
|
@ -14,12 +14,12 @@ let
|
|||
in
|
||||
python.pkgs.buildPythonApplication rec {
|
||||
pname = "waagent";
|
||||
version = "2.12.0.4";
|
||||
version = "2.13.1.1";
|
||||
src = fetchFromGitHub {
|
||||
owner = "Azure";
|
||||
repo = "WALinuxAgent";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-L8W/ijBHkNukM2G9HBRVx2wFXzgkR8gbFBljNVPs6xA=";
|
||||
hash = "sha256-W2NXxQOxRhJD/D/w58xknA9X8YYnQxwIhhjXzlCVVWA=";
|
||||
};
|
||||
patches = [
|
||||
# Suppress the following error when waagent tries to configure sshd:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue