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
@@ -19,7 +19,7 @@ buildGoModule rec {
'';
goPackagePath = "github.com/jlesquembre/kubeprompt";
modSha256 = "0rbpdk2dixywn3wcdgz48f3xw3b7fk8xh7mrlx27wz7fq5wj9v8f";
vendorSha256 = "089lfkvyf00f05kkmr935jbrddf2c0v7m2356whqnz7ad6a2whsi";
meta = with stdenv.lib; {
description = "Kubernetes prompt";
@@ -28,4 +28,4 @@ buildGoModule rec {
maintainers = with maintainers; [ jlesquembre ];
platforms = platforms.all;
};
}
}