syncthing: 1.4.0 -> 1.4.1

Changelog: https://github.com/syncthing/syncthing/releases/tag/v1.4.1
This commit is contained in:
Mario Rodas 2020-04-06 04:20:00 -05:00
parent 36fbfe285d
commit beeb70c857
No known key found for this signature in database
GPG Key ID: 325649BCA6D53027
1 changed files with 3 additions and 3 deletions

View File

@ -3,17 +3,17 @@
let
common = { stname, target, postInstall ? "" }:
buildGoModule rec {
version = "1.4.0";
version = "1.4.1";
name = "${stname}-${version}";
src = fetchFromGitHub {
owner = "syncthing";
repo = "syncthing";
rev = "v${version}";
sha256 = "049f9h03qq9a7pa8ngwampwf5xc7kr7mm473zn56yl3nrmv0nid6";
sha256 = "0knrgzfid9k3fl1r83rgvd8vzpssa41ai53f5didml369jfyjdk7";
};
modSha256 = "1qq0979cm42wd3scy3blyi0hg67mkghis9r5rn2x1lqi2b982wfh";
modSha256 = "0qjhb55nd8mlnswbk8bgl2sb9angmv8fnympmmyqj1dqa7lcs87z";
patches = [
./add-stcli-target.patch