about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-10-12 04:20:00 -0500
committerMario Rodas <marsam@users.noreply.github.com>2019-10-19 21:03:09 -0500
commit36334863be1918494a41c845ed58c5fdc4b9b809 (patch)
tree6b0a48d0aa24494a94557b3b037b7786e7dcab31 /pkgs
parente18646b7e3db565302226d6542e3b7b7d8c2de24 (diff)
downloadnixlib-36334863be1918494a41c845ed58c5fdc4b9b809.tar
nixlib-36334863be1918494a41c845ed58c5fdc4b9b809.tar.gz
nixlib-36334863be1918494a41c845ed58c5fdc4b9b809.tar.bz2
nixlib-36334863be1918494a41c845ed58c5fdc4b9b809.tar.lz
nixlib-36334863be1918494a41c845ed58c5fdc4b9b809.tar.xz
nixlib-36334863be1918494a41c845ed58c5fdc4b9b809.tar.zst
nixlib-36334863be1918494a41c845ed58c5fdc4b9b809.zip
syncthing: 1.2.2 -> 1.3.0
Changelog: https://github.com/syncthing/syncthing/releases/tag/v1.3.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/networking/syncthing/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/syncthing/default.nix b/pkgs/applications/networking/syncthing/default.nix
index 7bfe697105eb..555550d4d9e7 100644
--- a/pkgs/applications/networking/syncthing/default.nix
+++ b/pkgs/applications/networking/syncthing/default.nix
@@ -3,19 +3,19 @@
 let
   common = { stname, target, postInstall ? "" }:
     buildGoModule rec {
-      version = "1.2.2";
+      version = "1.3.0";
       name = "${stname}-${version}";
 
       src = fetchFromGitHub {
         owner  = "syncthing";
         repo   = "syncthing";
         rev    = "v${version}";
-        sha256 = "0zkyjnjrla0vpvidwwr4z4kxc9cyjcfbjdzsr34xz7rw3jswswm9";
+        sha256 = "14k1acap9y1z8sj28gcn72lkfxdzpcqj9d27hk8vzm47zjaxgp8l";
       };
 
       goPackagePath = "github.com/syncthing/syncthing";
 
-      modSha256 = "0pp2gjx227crggph924q7sg6ak8nyl8nlsffpmawq4zl1908lsrd";
+      modSha256 = "17np8ym84ql7hwzsqfx2l6yiy9hag7h96q8ysvarlfg9l95g1m64";
 
       patches = [
         ./add-stcli-target.patch