Skip to content

Commit 3975f5b

Browse files
Peter Hoegfpletz
Peter Hoeg
authored andcommittedNov 23, 2016
syncthing: 0.14.11 -> 0.14.12 (#20645)
1 parent d97a379 commit 3975f5b

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 }:
22

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

77
src = fetchFromGitHub {
88
owner = "syncthing";
99
repo = "syncthing";
1010
rev = "v${version}";
11-
sha256 = "12b8284mya5z1q7ighbzk8rqxj0kcv5n0l39dygikfcbl1krr6sg";
11+
sha256 = "09w0i9rmdi9fjsphib2x6gs6yn5d1a41nh1pm4k9ks31am9zdwsm";
1212
};
1313

1414
buildInputs = [ go ];

0 commit comments

Comments
 (0)
Please sign in to comment.