about summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorRob Vermaas <rob.vermaas@gmail.com>2016-02-09 14:52:54 +0000
committerRob Vermaas <rob.vermaas@gmail.com>2016-02-09 14:52:54 +0000
commitfdbbcef8a2b6453d2113ebc1795789fa1a7127c5 (patch)
tree0e8b714d7249fd6072f8039882c69815cab2761c /nixos/modules
parent5594bd8e2d02b7893814d54be2c2915c52d0b524 (diff)
downloadnixlib-fdbbcef8a2b6453d2113ebc1795789fa1a7127c5.tar
nixlib-fdbbcef8a2b6453d2113ebc1795789fa1a7127c5.tar.gz
nixlib-fdbbcef8a2b6453d2113ebc1795789fa1a7127c5.tar.bz2
nixlib-fdbbcef8a2b6453d2113ebc1795789fa1a7127c5.tar.lz
nixlib-fdbbcef8a2b6453d2113ebc1795789fa1a7127c5.tar.xz
nixlib-fdbbcef8a2b6453d2113ebc1795789fa1a7127c5.tar.zst
nixlib-fdbbcef8a2b6453d2113ebc1795789fa1a7127c5.zip
Fix waagent revision, previous did not exist anymore.
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/virtualisation/azure-agent.nix9
1 files changed, 5 insertions, 4 deletions
diff --git a/nixos/modules/virtualisation/azure-agent.nix b/nixos/modules/virtualisation/azure-agent.nix
index ef4e3e1e48d4..96418d61ff85 100644
--- a/nixos/modules/virtualisation/azure-agent.nix
+++ b/nixos/modules/virtualisation/azure-agent.nix
@@ -8,10 +8,11 @@ let
 
   waagent = with pkgs; stdenv.mkDerivation rec {
     name = "waagent-2.0";
-    src = pkgs.fetchgit {
-      url = https://github.com/Phreedom/WALinuxAgent.git;
-      rev = "9dba81c7b1239c7971ec96e405e403c7cd224e6b";
-      sha256 = "0khxk3ns3z37v26f2qj6m3m698a0vqpc9bxg5p7fyr3xza5gzwhs";
+    src = pkgs.fetchFromGitHub {
+      owner = "phreedom";
+      repo = "WALinuxAgent";
+      rev = "1d31fe8cbc7f842993eed9b33a3d3f5410c364e3";
+      sha256 = "1s53pfmy3azp0rmympmnphyq96sr9jy07pbsfza6mdzpalx1ripl";
     };
     buildInputs = [ makeWrapper python pythonPackages.wrapPython ];
     runtimeDeps = [ findutils gnugrep gawk coreutils openssl openssh