sftpgo: 2.5.4 -> 2.5.5

This commit is contained in:
R. Ryantm 2023-11-11 07:59:26 +00:00
parent f209847507
commit 4ad5678a8e

View File

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