Skip to content

Commit 4dd55c1

Browse files
committedJul 10, 2017
syncthing: 0.14.30 -> 0.14.31
1 parent 05c2d80 commit 4dd55c1

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, procps, removeReferencesTo }:
22

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

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

1414
buildInputs = [ go removeReferencesTo ];

0 commit comments

Comments
 (0)
Please sign in to comment.