Skip to content

Commit

Permalink
syncthing: 0.14.38 -> 0.14.39
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhoeg committed Oct 11, 2017
1 parent f0b7ee3 commit 97ec559
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/syncthing/default.nix
@@ -1,14 +1,14 @@
{ stdenv, lib, fetchFromGitHub, go, procps, removeReferencesTo }:

stdenv.mkDerivation rec {
version = "0.14.38";
version = "0.14.39";
name = "syncthing-${version}";

src = fetchFromGitHub {
owner = "syncthing";
repo = "syncthing";
rev = "v${version}";
sha256 = "0afid083azvrihv1v2cas09dprr2fflmj9gi7iy18gvwy2pg0jj8";
sha256 = "0bq2vdfnl77qldg1zvfhdbmhsj80qz8pds4slqlwjmmjmk19sqnh";
};

buildInputs = [ go removeReferencesTo ];
Expand Down

0 comments on commit 97ec559

Please sign in to comment.