summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-02-03 04:20:00 -0500
committerMario Rodas <marsam@users.noreply.github.com>2020-02-03 04:20:00 -0500
commitb8521ef91b2a211395febaa981001eaf49cd2664 (patch)
treee03e9b65b64ab37961938e3507aa9d66473d09d0 /pkgs
parent3dc9c1b88528888e21e33a106e07495f83599435 (diff)
downloadnixpkgs-b8521ef91b2a211395febaa981001eaf49cd2664.tar
nixpkgs-b8521ef91b2a211395febaa981001eaf49cd2664.tar.gz
nixpkgs-b8521ef91b2a211395febaa981001eaf49cd2664.tar.bz2
nixpkgs-b8521ef91b2a211395febaa981001eaf49cd2664.tar.lz
nixpkgs-b8521ef91b2a211395febaa981001eaf49cd2664.tar.xz
nixpkgs-b8521ef91b2a211395febaa981001eaf49cd2664.tar.zst
nixpkgs-b8521ef91b2a211395febaa981001eaf49cd2664.zip
syncthing: 1.3.3 -> 1.3.4
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 8a110c63929..2d7624ed89c 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.3.3";
+      version = "1.3.4";
       name = "${stname}-${version}";
 
       src = fetchFromGitHub {
         owner  = "syncthing";
         repo   = "syncthing";
         rev    = "v${version}";
-        sha256 = "0bcp8kbj8xsnly2dfafnfvj6vl27mbgvj84pjk0wxdjfnr2my9ic";
+        sha256 = "076k06p2vqqz2r5bgvqkjipnhznbfbalp3pa2gjm2j9hy7nldr9f";
       };
 
       goPackagePath = "github.com/syncthing/syncthing";
 
-      modSha256 = "0kv24bi3w3pvjyjng7ly67brq8wkc1xnhsyha1h7v3jbmj5fgb12";
+      modSha256 = "10fgfjip5xr8lim2z0dh7399xpcnhxis9s9yd36fk934h1k1hwzd";
 
       patches = [
         ./add-stcli-target.patch