syncthing: 1.20.3 -> 1.20.4

https://github.com/syncthing/syncthing/releases/tag/v1.20.4
This commit is contained in:
kilianar 2022-08-02 11:14:32 +02:00 committed by Peter Hoeg
parent 5959e283cd
commit 244864acdc

View file

@ -4,13 +4,13 @@ let
common = { stname, target, postInstall ? "" }:
buildGoModule rec {
pname = stname;
version = "1.20.3";
version = "1.20.4";
src = fetchFromGitHub {
owner = "syncthing";
repo = "syncthing";
rev = "v${version}";
hash = "sha256-8sxCTPFdf5VDysANUYqic6zq5gipTL6wmPXstJc+6bA=";
hash = "sha256-umnlYvCtT+76Yer17T7ZvWJ5sUdXu+7kiRikrmWrIM8=";
};
vendorSha256 = "sha256-CJFKY69Iz8GrVpvUdDveMQQFj6RXApfgYjP7B1wfgfo=";