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

View File

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