Skip to content

Commit

Permalink
drone-scp: 1.6.14 -> 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 28, 2024
1 parent 18f3e22 commit 1681166
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/dr/drone-scp/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
}:
buildGoModule rec {
pname = "drone-scp";
version = "1.6.14";
version = "1.7.0";

src = fetchFromGitHub {
owner = "appleboy";
repo = "drone-scp";
rev = "v${version}";
hash = "sha256-RxpDlQ6lYT6XH5zrYZaRO5YsB++7Ujr7dvgsTtXIBfc=";
hash = "sha256-cVgKWdhmCdjEHGazZ1FMAOJMVyU5pl8aIgwFMhxlhzg=";
};

vendorHash = "sha256-0/RGPvafOLT/O0l9ENoiHLmtOaP3DpjmXjmotuxF944=";
vendorHash = "sha256-2FEHklEa6TIB3jhmxR2yosPbtqMJcxeIDDnT2X2Xm+U=";

# Needs a specific user...
doCheck = false;
Expand Down

0 comments on commit 1681166

Please sign in to comment.