Skip to content

Commit

Permalink
Merge pull request #52585 from ilikeavocadoes/update/syncthing
Browse files Browse the repository at this point in the history
syncthing: 0.14.52 -> 0.14.54
  • Loading branch information
Ma27 committed Dec 20, 2018
2 parents 64b9df0 + 202008b commit 3376dbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/syncthing/default.nix
Expand Up @@ -3,14 +3,14 @@
let
common = { stname, target, postInstall ? "" }:
buildGoPackage rec {
version = "0.14.52";
version = "0.14.54";
name = "${stname}-${version}";

src = fetchFromGitHub {
owner = "syncthing";
repo = "syncthing";
rev = "v${version}";
sha256 = "1qzzbqfyjqlgzysyf6dr0xsm3gn35irmllxjjd94v169swvkk5kd";
sha256 = "0l73ka71l6gxv46wmlyzj8zhfpfj3vf6nv6x3x0z25ymr3wa2fza";
};

goPackagePath = "github.com/syncthing/syncthing";
Expand Down

0 comments on commit 3376dbd

Please sign in to comment.