go-modules: Update files to use vendorSha256

This commit is contained in:
Colin L Rice
2020-05-14 07:22:21 +01:00
committed by Jörg Thalheim
parent a0ddea1d6a
commit d6162dab50
215 changed files with 3251 additions and 423 deletions
+2 -2
View File
@@ -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;
};
}
}