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

sftpgo: 2.6.0 -> 2.6.1
This commit is contained in:
Nick Cao 2024-06-20 16:09:09 -04:00 committed by GitHub
commit d0b821a9ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,16 +7,16 @@
buildGoModule rec { buildGoModule rec {
pname = "sftpgo"; pname = "sftpgo";
version = "2.6.0"; version = "2.6.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "drakkan"; owner = "drakkan";
repo = "sftpgo"; repo = "sftpgo";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-HsSBW30qSU3SRyexk2tRjY1FQcBsa70fK3UuT+Gdtm0="; hash = "sha256-LMZAEr0PVTpn4YY22Lz0IuJfRzvADybNExBrgb1qqQ8=";
}; };
vendorHash = "sha256-BMwEDsXzk8ExygKreWmtkNvhlg3+YU9KcY1pp+9XffI="; vendorHash = "sha256-fhS6uq0uEtSBeWFjh4/HqXDcAsYyvp9jtxcDr+s+uAo=";
ldflags = [ ldflags = [
"-s" "-s"