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
@@ -18,7 +18,7 @@ buildGoModule rec {
sha256 = "0lz9lf1swrn67kymcp2wh67lh3c0ifqm9035gpkd3zynlq3wzqfm";
};
modSha256 = "13x4wbfj8049ygm3zbgzyr2bm4sq4x6xddrxx6shr8fydlcf1g8v";
vendorSha256 = null;
meta = with stdenv.lib; {
description = "A friendly and expressive command shell";
@@ -36,4 +36,4 @@ buildGoModule rec {
passthru = {
shellPath = "/bin/elvish";
};
}
}