Skip to content

Commit

Permalink
syncthing: 0.14.39 -> 0.14.40
Browse files Browse the repository at this point in the history
(cherry picked from commit 0f68e13)
  • Loading branch information
peterhoeg authored and bjornfor committed Nov 24, 2017
1 parent 4104d20 commit 1a2ccff
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.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 1a2ccff

Please sign in to comment.