go-modules: Update files to use vendorSha256
This commit is contained in:
@@ -8,7 +8,7 @@ buildGoModule rec {
|
||||
goPackagePath = "github.com/rogpeppe/godef";
|
||||
subPackages = [ "." ];
|
||||
|
||||
modSha256 = "06mi8f2qs54gk2anxqcf70h96s63a99xhnlm294djyv37wy1yffi";
|
||||
vendorSha256 = null;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
inherit rev;
|
||||
@@ -23,4 +23,4 @@ buildGoModule rec {
|
||||
maintainers = with stdenv.lib.maintainers; [ vdemeester rvolosatovs ];
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user