git-appraise: Init at 0.3.

This commit is contained in:
Moritz Ulrich 2016-01-12 22:37:30 +01:00
parent 376e842c22
commit acf0952458

View file

@ -824,6 +824,13 @@ let
subPackages = [ "./" ]; # don't try to build test fixtures
};
git-appraise = buildFromGitHub {
rev = "v0.3";
owner = "google";
repo = "git-appraise";
sha256 = "124hci9whsvlcywsfz5y20kkj3nhy176a1d5s1lkvsga09yxq6wm";
};
git-lfs = buildFromGitHub {
rev = "v1.0.0";
owner = "github";