Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

drone: 0.8.5 -> 0.8.6 (#47470)

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

authored by

Vincent Demeester and committed by
xeji
3decb753 83cf8565

+3 -3
+3 -3
pkgs/development/tools/continuous-integration/drone/default.nix
··· 2 2 3 3 buildGoPackage rec { 4 4 name = "drone.io-${version}"; 5 - version = "0.8.5-20180329-${stdenv.lib.strings.substring 0 7 revision}"; 6 - revision = "81103a98208b0bfc76be5b07194f359fbc80183b"; 5 + version = "0.8.6-20180727-${stdenv.lib.strings.substring 0 7 revision}"; 6 + revision = "c48150767c2700d35dcc29b110a81c8b5969175e"; 7 7 goPackagePath = "github.com/drone/drone"; 8 8 9 9 # These dependencies pulled (in `drone` buildprocess) via Makefile, ··· 16 16 owner = "drone"; 17 17 repo = "drone"; 18 18 rev = revision; 19 - sha256 = "1890bwhxr62adv261v4kn1azhq7qvcj2zpll68i9nsvjib8a52bq"; 19 + sha256 = "0miq2012nivvr1ysi3aa2xrr5ak3mf0l3drybyc83iycy0kp4bda"; 20 20 }; 21 21 22 22 meta = with stdenv.lib; {