syncthing: 1.4.2 -> 1.5.0

Changelog: https://github.com/syncthing/syncthing/releases/tag/v1.5.0
This commit is contained in:
Mario Rodas 2020-05-05 04:20:00 -05:00
parent bc6bad222e
commit 07f093fb35
No known key found for this signature in database
GPG Key ID: 325649BCA6D53027

View File

@ -3,17 +3,17 @@
let let
common = { stname, target, postInstall ? "" }: common = { stname, target, postInstall ? "" }:
buildGoModule rec { buildGoModule rec {
version = "1.4.2"; version = "1.5.0";
name = "${stname}-${version}"; name = "${stname}-${version}";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "syncthing"; owner = "syncthing";
repo = "syncthing"; repo = "syncthing";
rev = "v${version}"; rev = "v${version}";
sha256 = "0pfzpbdir2agwsyfjh1rxlyyd225xmyrr4k2g4vlg5r12kpcjwya"; sha256 = "0yy31rfvr9d6kidfvvy36ljxlc14x5ir3ln19zg4k02hdqn0xkpj";
}; };
modSha256 = "0qjhb55nd8mlnswbk8bgl2sb9angmv8fnympmmyqj1dqa7lcs87z"; modSha256 = "1vs7lxlqd7jr4r9xkk7w7k6gxzjmm7ic0a1scfpx8rcr5swa9cq1";
patches = [ patches = [
./add-stcli-target.patch ./add-stcli-target.patch