package up the last stable git-plan and make it available

This commit is contained in:
Haak Saxberg 2019-08-24 02:38:45 -07:00
parent 8331d0c717
commit 3961b69dbb
2 changed files with 27 additions and 1 deletions

11
nix/git-plan.nix Normal file
View file

@ -0,0 +1,11 @@
[
{
goPackagePath = "github.com/spf13/cobra";
fetch = {
type = "git";
url = "https://github.com/spf13/cobra";
rev = "b80588d523ec50c7fee20218426cf2ff70920f06";
sha256 = "0gl861bn6bb45ands4742xzaxdvl69r4an1v7cyfis7mc450j7lg";
};
}
]