Skip to content

Commit

Permalink
syncthing: 0.14.39 -> 0.14.40
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhoeg committed Nov 8, 2017
1 parent cd722e1 commit 0f68e13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/syncthing/default.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{ stdenv, lib, fetchFromGitHub, go, procps, removeReferencesTo }:

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

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

buildInputs = [ go removeReferencesTo ];
Expand Down

0 comments on commit 0f68e13

Please sign in to comment.