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
@@ -5,7 +5,7 @@ buildGoModule rec {
version = "1.6.5";
goPackagePath = "github.com/drone/drone";
modSha256 = "1fyb9218s52w8c6c3v6rgivbyzy5hz4q4z8r75ng2yrmjmmiv2gr";
vendorSha256 = "1dvf8vz3jr9smki3jql0kvd8z8rwdq93y7blbr2yjjfsdvx6lxl1";
src = fetchFromGitHub {
owner = "drone";
@@ -19,4 +19,4 @@ buildGoModule rec {
license = licenses.asl20;
description = "Continuous Integration platform built on container technology";
};
}
}