Skip to content

Commit

Permalink
syncthing: 0.14.52 -> 0.14.54
Browse files Browse the repository at this point in the history
  • Loading branch information
ilikeavocadoes committed Dec 20, 2018
1 parent 66bea3d commit 202008b
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 202008b

Please sign in to comment.