mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
Fix waagent revision, previous did not exist anymore.
This commit is contained in:
parent
5594bd8e2d
commit
fdbbcef8a2
1 changed files with 5 additions and 4 deletions
|
@ -8,10 +8,11 @@ let
|
||||||
|
|
||||||
waagent = with pkgs; stdenv.mkDerivation rec {
|
waagent = with pkgs; stdenv.mkDerivation rec {
|
||||||
name = "waagent-2.0";
|
name = "waagent-2.0";
|
||||||
src = pkgs.fetchgit {
|
src = pkgs.fetchFromGitHub {
|
||||||
url = https://github.com/Phreedom/WALinuxAgent.git;
|
owner = "phreedom";
|
||||||
rev = "9dba81c7b1239c7971ec96e405e403c7cd224e6b";
|
repo = "WALinuxAgent";
|
||||||
sha256 = "0khxk3ns3z37v26f2qj6m3m698a0vqpc9bxg5p7fyr3xza5gzwhs";
|
rev = "1d31fe8cbc7f842993eed9b33a3d3f5410c364e3";
|
||||||
|
sha256 = "1s53pfmy3azp0rmympmnphyq96sr9jy07pbsfza6mdzpalx1ripl";
|
||||||
};
|
};
|
||||||
buildInputs = [ makeWrapper python pythonPackages.wrapPython ];
|
buildInputs = [ makeWrapper python pythonPackages.wrapPython ];
|
||||||
runtimeDeps = [ findutils gnugrep gawk coreutils openssl openssh
|
runtimeDeps = [ findutils gnugrep gawk coreutils openssl openssh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue