go-modules: Update files to use vendorSha256
This commit is contained in:
committed by
Jörg Thalheim
parent
a0ddea1d6a
commit
d6162dab50
@@ -7,7 +7,7 @@ in buildGoModule rec {
|
||||
revision = "v${version}";
|
||||
goPackagePath = "github.com/drone/drone-cli";
|
||||
|
||||
modSha256 = "0g0vq4vm2hy00r2gjsrhg57xv9sldlqix3wzimiqdli085bcz46b";
|
||||
vendorSha256 = "1zzx5yy0pp0c8pias4sfxfvdzhhrff9f8j51qf6dkif99xwdq3hb";
|
||||
|
||||
preBuild = ''
|
||||
buildFlagsArray+=("-ldflags" "-X main.version=${version}")
|
||||
@@ -25,4 +25,4 @@ in buildGoModule rec {
|
||||
license = licenses.asl20;
|
||||
description = "Command line client for the Drone continuous integration server.";
|
||||
};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user