Skip to content

Commit e17e559

Browse files
committedApr 24, 2017
syncthing: 0.14.26 -> 0.14.27
1 parent cc4649d commit e17e559

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.26";
4+
version = "0.14.27";
55
name = "syncthing-${version}";
66

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

1414
buildInputs = [ go removeReferencesTo ];

0 commit comments

Comments
 (0)
Please sign in to comment.