Merge pull request #93681 from xoe-labs/da-drone-update
drone: 1.6.5 → 1.9.0
This commit is contained in:
commit
6e0e4960a6
@ -2,16 +2,16 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
name = "drone.io-${version}";
|
name = "drone.io-${version}";
|
||||||
version = "1.6.5";
|
version = "1.9.0";
|
||||||
goPackagePath = "github.com/drone/drone";
|
goPackagePath = "github.com/drone/drone";
|
||||||
|
|
||||||
vendorSha256 = "1dvf8vz3jr9smki3jql0kvd8z8rwdq93y7blbr2yjjfsdvx6lxl1";
|
vendorSha256 = "0idf11sr417lxcjryplgb87affr6lgzxazzlyvk0y40hp8zbhwsx";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "drone";
|
owner = "drone";
|
||||||
repo = "drone";
|
repo = "drone";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "05cgd72qyss836fby0adhrm5p8g7639psk2yslhg6pmz0cqfbq9m";
|
sha256 = "1lsyd245fr1f74rpccvvw41h5g75b79afrb8g589bj13ggjav0xy";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user