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
@@ -12,7 +12,7 @@ buildGoModule rec {
};
modRoot = "gopls";
modSha256 = "1p0g28i707xyxz1g6hb56qlc4km9ik7vjky0v80hw7n73vzs5mr9";
vendorSha256 = "1zj0zpyl9wq23vks426vqg5xjwjcaj1079rkc67489h0p7y0aqv5";
meta = with stdenv.lib; {
description = "Official language server for the Go language";
@@ -20,4 +20,4 @@ buildGoModule rec {
license = licenses.bsd3;
maintainers = with maintainers; [ mic92 ];
};
}
}