about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2020-06-04 17:30:37 +0800
committerGitHub <noreply@github.com>2020-06-04 17:30:37 +0800
commit5cf0de2485efeccc307692eedadbb2d9bfdc7013 (patch)
tree5d5d7e06f725d8a2b99c151345777bf6f652b034 /pkgs
parent9c28e3d35a799b549bf97623ded6244258e4e8bc (diff)
parent056089e7b3dd5189c660ad3b23e02884c2f7e396 (diff)
downloadnixlib-5cf0de2485efeccc307692eedadbb2d9bfdc7013.tar
nixlib-5cf0de2485efeccc307692eedadbb2d9bfdc7013.tar.gz
nixlib-5cf0de2485efeccc307692eedadbb2d9bfdc7013.tar.bz2
nixlib-5cf0de2485efeccc307692eedadbb2d9bfdc7013.tar.lz
nixlib-5cf0de2485efeccc307692eedadbb2d9bfdc7013.tar.xz
nixlib-5cf0de2485efeccc307692eedadbb2d9bfdc7013.tar.zst
nixlib-5cf0de2485efeccc307692eedadbb2d9bfdc7013.zip
Merge pull request #89465 from marsam/update-syncthing
syncthing: 1.5.0 -> 1.6.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/networking/syncthing/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/networking/syncthing/default.nix b/pkgs/applications/networking/syncthing/default.nix
index a00d0eb819ea..9d5ce848e333 100644
--- a/pkgs/applications/networking/syncthing/default.nix
+++ b/pkgs/applications/networking/syncthing/default.nix
@@ -3,17 +3,17 @@
 let
   common = { stname, target, postInstall ? "" }:
     buildGoModule rec {
-      version = "1.5.0";
+      version = "1.6.1";
       name = "${stname}-${version}";
 
       src = fetchFromGitHub {
         owner  = "syncthing";
         repo   = "syncthing";
         rev    = "v${version}";
-        sha256 = "0yy31rfvr9d6kidfvvy36ljxlc14x5ir3ln19zg4k02hdqn0xkpj";
+        sha256 = "1lhbx1mh2hdjjwks3s17i8y9vbl3fnapc1czaf42pp7nf8245q3j";
       };
 
-  vendorSha256 = "03df08nghcf6k3a7xxgw03cq2mvvkmrrzzai0w18mrga0aa700c9";
+      vendorSha256 = "12g63a6jsshzqjgww792xmvybhfbkjx5aza4xnyljjsp453iky7k";
 
       patches = [
         ./add-stcli-target.patch
@@ -103,4 +103,4 @@ in {
                  --replace /usr/bin/strelaysrv $out/bin/strelaysrv
     '';
   };
-}
\ No newline at end of file
+}