sftpgo: 2.5.5 -> 2.5.6

This commit is contained in:
R. Ryantm 2023-12-23 08:31:37 +00:00
parent 473d7ae9b5
commit 1ea12ff9f3
1 changed files with 3 additions and 3 deletions

View File

@ -7,16 +7,16 @@
buildGoModule rec {
pname = "sftpgo";
version = "2.5.5";
version = "2.5.6";
src = fetchFromGitHub {
owner = "drakkan";
repo = "sftpgo";
rev = "refs/tags/v${version}";
hash = "sha256-SW+8Lp2NNW2I1BoOGVRzIx+1+DsffxlmHf8xFCxTyNw=";
hash = "sha256-ea4DbPwi2tcRgmbNsZKKUOVkp6vjRbr679yAP7znNUc=";
};
vendorHash = "sha256-IQg50z+X0dUOk2zEiGejywEE+8SCtS3mdgUAxIddcQs=";
vendorHash = "sha256-8TBDaDBLy+82BwsaLncDknVIrauF0eop9e2ZhwcLmIs=";
ldflags = [
"-s"