sftpgo: 2.6.5 -> 2.6.6

This commit is contained in:
R. Ryantm
2025-02-25 02:15:12 +00:00
parent a86b3e2d01
commit 170bf586ac
+3 -3
View File
@@ -8,16 +8,16 @@
buildGoModule rec {
pname = "sftpgo";
version = "2.6.5";
version = "2.6.6";
src = fetchFromGitHub {
owner = "drakkan";
repo = "sftpgo";
tag = "v${version}";
hash = "sha256-dxHEcdsdH7/9NQA5m5TwkabsUMUM+Jrp1AnEW/f/Lpw=";
hash = "sha256-SembD+BM5Zetexh0iLTfrq/I1tz2BCwGUn6OyFeTHF4=";
};
vendorHash = "sha256-XSqReUYfqH/NOYnvjJQLbnD4fEJjps7i0fWtujdYqV4=";
vendorHash = "sha256-7hS4E7PXlydHFi4ul5+hyUPOvozialXW/m1tDLqbQUs=";
ldflags = [
"-s"