godef: 1.0.0 -> 1.1.1
This commit is contained in:
parent
53b7cf556e
commit
9bece0f471
1 changed files with 4 additions and 4 deletions
|
@ -2,16 +2,16 @@
|
|||
|
||||
buildGoPackage rec {
|
||||
name = "godef-${version}";
|
||||
version = "1.0.0";
|
||||
rev = "7b4626be9fa8081987905fd4719d2f6628f9d8b5";
|
||||
version = "1.1.1";
|
||||
rev = "v${version}";
|
||||
|
||||
goPackagePath = "github.com/rogpeppe/godef";
|
||||
excludedPackages = "go/printer/testdata";
|
||||
subPackages = [ "." ];
|
||||
|
||||
src = fetchgit {
|
||||
inherit rev;
|
||||
url = "https://github.com/rogpeppe/godef";
|
||||
sha256 = "0zhw4ba19hy0kv74c58ax759h8721khmwj04fak2y5800ymsgndg";
|
||||
sha256 = "1bpzqnb9fsk1pjjap3gm94pqch1jz02rfah9hg8iqbfm0dzpy31b";
|
||||
};
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue