Skip to content

Commit de8f941

Browse files
committedDec 5, 2017
syncthing: 0.14.40 -> 0.14.41
1 parent f38560a commit de8f941

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

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

1414
buildInputs = [ go removeReferencesTo ];

0 commit comments

Comments
 (0)
Please sign in to comment.