nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

drone: 2.26.0 -> 2.27.2 (#500137)

authored by

Nick Cao and committed by
GitHub
35111395 303c7b25

+3 -3
+3 -3
pkgs/development/tools/continuous-integration/drone/default.nix
··· 7 7 8 8 buildGoModule rec { 9 9 pname = "drone.io${lib.optionalString (!enableUnfree) "-oss"}"; 10 - version = "2.26.0"; 10 + version = "2.27.2"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "harness"; 14 14 repo = "drone"; 15 15 rev = "v${version}"; 16 - sha256 = "sha256-rTMu3wd/drxALAZB0O5bAJuWdYsHSwwOD4nbAFIhXbg="; 16 + sha256 = "sha256-SotlKv5gAeSTuhk60Y5Srgaogr7Fm7JO1CuGJ5eE0pg="; 17 17 }; 18 18 19 - vendorHash = "sha256-9jzhoFN7aAUgPxENPuGYR41gXLzSv1VtnTPB38heVlI="; 19 + vendorHash = "sha256-ELJ/+LOwsQUGl0unsqDOX9mNxSUQFzeuOlqay24tZ4k="; 20 20 21 21 tags = lib.optionals (!enableUnfree) [ 22 22 "oss"