Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git] / pkgs / development / tools / go2nix / deps.nix
blob8fc784f4b7f892b03ef40f2441f4b40de11af119
2     {
3         goPackagePath = "github.com/Masterminds/vcs";
4         fetch = {
5             type = "git";
6             url = "https://github.com/Masterminds/vcs";
7             rev = "7af28b64c5ec41b1558f5514fd938379822c237c";
8             sha256 = "127pamr5lkym3iq6z747bm4y4gyc02glrqb61yv82z1rdyv1dcf6";
9         };
10     }
11     {
12         goPackagePath = "github.com/jawher/mow.cli";
13         fetch = {
14             type = "git";
15             url = "https://github.com/jawher/mow.cli";
16             rev = "772320464101e904cd51198160eb4d489be9cc49";
17             sha256 = "1a8hnh2k3vc3prjhnz4rjbiwhqq6r3mi18h9cdb6fc6s6yzjc19j";
18         };
19     }