biglybt: 3.5.0.0 -> 3.6.0.0
[NixPkgs.git] / pkgs / servers / monitoring / consul-alerts / deps.nix
blob6494dc61a87c93a2c18c256e594f3d3ab4a855b5
1 let
2   mkAwsPackage = name: {
3     goPackagePath = "github.com/aws/aws-sdk-go/${name}";
4     fetch = {
5       type = "git";
6       url = "https://github.com/aws/aws-sdk-go";
7       rev = "v1.14.13";
8       sha256 = "0014b6kl3rbjhjbk7jz116wdgdls54b1bwz454pkn1snlvkj3qil";
9     };
10   };
13   (mkAwsPackage "")
14   (mkAwsPackage "aws/session")
15   (mkAwsPackage "aws/sns")
16   (mkAwsPackage "service/sns")
17   {
18     goPackagePath = "github.com/imdario/mergo";
19     fetch = {
20       type = "git";
21       url = "https://github.com/imdario/mergo";
22       rev = "v0.3.5";
23       sha256 = "1mvgn89vp39gcpvhiq4n7nw5ipj7fk6h03jgc6fjwgvwvss213pb";
24     };
25   }{
26     goPackagePath = "github.com/mitchellh/hashstructure";
27     fetch = {
28       type = "git";
29       url = "https://github.com/mitchellh/hashstructure";
30       rev = "2bca23e0e452137f789efbc8610126fd8b94f73b"; # has no releases as of writing
31       sha256 = "0vpacsls26474wya360fjhzi6l4y8s8s251c4szvqxh17n5f5gk1";
32     };
33   }