Skip to content

Commit 24d4f1a

Browse files
committedMay 17, 2017
syncthing: 0.14.27 -> 0.14.28
1 parent fb19aac commit 24d4f1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/applications/networking/syncthing/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{ stdenv, lib, fetchFromGitHub, go, pkgs, removeReferencesTo }:
22

33
stdenv.mkDerivation rec {
4-
version = "0.14.27";
4+
version = "0.14.28";
55
name = "syncthing-${version}";
66

77
src = fetchFromGitHub {
88
owner = "syncthing";
99
repo = "syncthing";
1010
rev = "v${version}";
11-
sha256 = "0i82r2ygcz63pidn1glxz9szgkb7yql6lhwwcqh8b1xnkrvvkz71";
11+
sha256 = "0bb4ccyb5rjga651z633abiwlps5gy9hpalr5gi0wlrfxwbdivrb";
1212
};
1313

1414
buildInputs = [ go removeReferencesTo ];

0 commit comments

Comments
 (0)
Please sign in to comment.