Merge pull request #21445 from jokogr/u/syncthing-0.14.16

syncthing: 0.14.15 -> 0.14.17
This commit is contained in:
Alexey Shmalko 2016-12-29 12:00:40 -08:00 committed by GitHub
commit 87d5e27a3d

View file

@ -1,14 +1,14 @@
{ stdenv, lib, fetchFromGitHub, go, pkgs }:
stdenv.mkDerivation rec {
version = "0.14.15";
version = "0.14.17";
name = "syncthing-${version}";
src = fetchFromGitHub {
owner = "syncthing";
repo = "syncthing";
rev = "v${version}";
sha256 = "0iq7pzb9f0vgikxxxwvrhi5rlgw9frcwy0lgvc61l6lbw3vl0rd7";
sha256 = "0l220jnm8xwfc5jrznan15290al05bim5yyy4wngj9c55av6mlzq";
};
buildInputs = [ go ];