Skip to content

Commit 086c2ef

Browse files
committedJun 6, 2017
syncthing: 0.14.28 -> 0.14.29
1 parent ddff443 commit 086c2ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎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.28";
4+
version = "0.14.29";
55
name = "syncthing-${version}";
66

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

1414
buildInputs = [ go removeReferencesTo ];

0 commit comments

Comments
 (0)
Please sign in to comment.