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

@@ -20,7 +20,7 @@ buildGoModule rec {
rm $out/bin/helpgen
'';
modSha256 = "0d0hfmdk81apha3r7zspam8wqadpy6qmqkgbq0sbiwrji4155hrh";
vendorSha256 = "10wcyxzkwvbhf86dq1rh852zgdg28draay0515zp459z34vv4zna";
meta = with lib; {
description = "Command line tools for fly.io services";
@@ -28,5 +28,4 @@ buildGoModule rec {
license = licenses.asl20;
maintainers = with maintainers; [ aaronjanse ];
};
}
}