summary refs log tree commit diff
path: root/pkgs/tools/misc/azure-vhd-utils/deps.nix
blob: d07af99d5e592ac5d4d3c695101d1bab935b71a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[
  {
    goPackagePath = "github.com/Azure/azure-sdk-for-go";
    fetch = {
      type = "git";
      url = "https://github.com/Azure/azure-sdk-for-go";
      rev = "0884ebb4c8e7c980527348a4d134a65286042afc";
      sha256 = "0ixsq409akq1ff12352kp5gkbh370rpbw0m0pbwjr42cqvnzs9k0";
    };
  }
  {
    goPackagePath = "github.com/Microsoft/azure-vhd-utils-for-go";
    fetch = {
      type = "git";
      url = "https://github.com/Microsoft/azure-vhd-utils-for-go";
      rev = "070db2d701a462ca2edcf89d677ed3cac309d8e8";
      sha256 = "0b9kbavlb92rhnb1swwq8bdn4l9a994rmf1ywyfq4yc0kd3gnhgh";
    };
  }
  {
    goPackagePath = "github.com/codegangsta/cli";
    fetch = {
      type = "git";
      url = "https://github.com/codegangsta/cli";
      rev = "f614c177b70c0f0e92c368d623c8770bf337c5d6";
      sha256 = "1l70f07v0dsp2k2pm0lmr42fp4y72j1g0czf4fkxwhvgbly3al98";
    };
  }
]