Skip to content

Commit

Permalink
Merge pull request #93681 from xoe-labs/da-drone-update
Browse files Browse the repository at this point in the history
drone: 1.6.5 → 1.9.0
  • Loading branch information
danieldk committed Jul 24, 2020
2 parents 129b858 + fcb6721 commit 6e0e496
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
name = "drone.io-${version}";
version = "1.6.5";
version = "1.9.0";
goPackagePath = "github.com/drone/drone";

vendorSha256 = "1dvf8vz3jr9smki3jql0kvd8z8rwdq93y7blbr2yjjfsdvx6lxl1";
vendorSha256 = "0idf11sr417lxcjryplgb87affr6lgzxazzlyvk0y40hp8zbhwsx";

src = fetchFromGitHub {
owner = "drone";
repo = "drone";
rev = "v${version}";
sha256 = "05cgd72qyss836fby0adhrm5p8g7639psk2yslhg6pmz0cqfbq9m";
sha256 = "1lsyd245fr1f74rpccvvw41h5g75b79afrb8g589bj13ggjav0xy";
};

meta = with stdenv.lib; {
Expand Down

0 comments on commit 6e0e496

Please sign in to comment.