Merge pull request #266801 from r-ryantm/auto-update/sftpgo

sftpgo: 2.5.4 -> 2.5.5
This commit is contained in:
Pol Dellaiera 2023-11-27 21:15:58 +01:00 committed by GitHub
commit 15e5fe2858
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"