syncthing: 0.14.3 -> 0.14.4 (#17723)

This commit is contained in:
Peter Hoeg 2016-08-14 19:30:19 +08:00 committed by Robin Gloster
parent 064b878793
commit 6172662676

View file

@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub, go }:
stdenv.mkDerivation rec {
version = "0.14.3";
version = "0.14.4";
name = "syncthing-${version}";
src = fetchFromGitHub {
owner = "syncthing";
repo = "syncthing";
rev = "v${version}";
sha256 = "114i0911h3q6dn3j9x2qcm5lzpqclvrpf5vk87qpqp9qy62jp3az";
sha256 = "0i1pgwy7vn2hfcqa7dvrrc40hzrzn47alvnxm058f2hhxjis3fdw";
};
buildInputs = [ go ];