sftpgo: 2.4.2 -> 2.4.3

This commit is contained in:
R. Ryantm 2023-01-19 23:58:39 +00:00
parent f46ee73ba6
commit 7c37d64da7

View file

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "sftpgo";
version = "2.4.2";
version = "2.4.3";
src = fetchFromGitHub {
owner = "drakkan";
repo = "sftpgo";
rev = "refs/tags/v${version}";
hash = "sha256-bI4IiYzVorocITkip+Xev3t7vGeMVmqCZn7oR1mAPpI=";
hash = "sha256-cSA7ndpIV3VvIZTBa9NCIlJn57EtT1qxrB0UsMENUS0=";
};
vendorHash = "sha256-+i6jUImDMrsDnIPjIp8uM2BR1IYMqWG1OmvA2w/AfVQ=";
vendorHash = "sha256-C45KA+9tdj+fR3DUBLdG2dGzT59zuAJczpKVoiAZ7lg=";
ldflags = [
"-s"