Merge pull request #80511 from elohmeier/drone

drone: 1.6.0 -> 1.6.5
This commit is contained in:
Mario Rodas 2020-02-19 08:13:41 -05:00 committed by GitHub
commit 5d488385fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,16 @@
buildGoModule rec {
name = "drone.io-${version}";
version = "1.6.0";
version = "1.6.5";
goPackagePath = "github.com/drone/drone";
modSha256 = "0l33qib9riknrjdpsvd7n6slqp485vx66xl6w7m24b5sc7yfsg7m";
modSha256 = "1fyb9218s52w8c6c3v6rgivbyzy5hz4q4z8r75ng2yrmjmmiv2gr";
src = fetchFromGitHub {
owner = "drone";
repo = "drone";
rev = "v${version}";
sha256 = "0ij4a6rh17ib360bxrpncf8lp839b6sl17bd0fp3xvwmibk6xgjz";
sha256 = "05cgd72qyss836fby0adhrm5p8g7639psk2yslhg6pmz0cqfbq9m";
};
meta = with stdenv.lib; {