syncthing: 0.14.15 -> 0.14.17

This commit is contained in:
Ioannis Koutras 2016-12-27 00:46:44 +02:00
parent 7d4e04c795
commit 474b35994b

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 ];