go-modules: Update files to use vendorSha256

This commit is contained in:
Colin L Rice
2020-04-30 21:59:00 -04:00
committed by Jörg Thalheim
parent a0ddea1d6a
commit d6162dab50
215 changed files with 3251 additions and 423 deletions

View File

@@ -11,7 +11,7 @@ buildGoModule rec {
sha256 = "17f3ax7pjm5k93cxj7fd8hwr4id1lbzz9pkl2xflpxydi89bwdfz";
};
modSha256 = "1hyv1vxk1rsr3jq3b08q0487sqf3y0km3mlwvqivib1y6hrknnnr";
vendorSha256 = "10praxaiscxq4v3zknrabldxl7rpklkr5wdlwa5lxsx0if8mrvp7";
meta = with stdenv.lib; {
description = "Official Packet CLI";
@@ -20,4 +20,4 @@ buildGoModule rec {
maintainers = with maintainers; [ filalex77 ];
platforms = platforms.all;
};
}
}