Skip to content

Commit

Permalink
syncthing: 0.14.40 -> 0.14.41
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhoeg committed Dec 5, 2017
1 parent f38560a commit de8f941
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/syncthing/default.nix
@@ -1,14 +1,14 @@
{ stdenv, lib, fetchFromGitHub, go, procps, removeReferencesTo }:

stdenv.mkDerivation rec {
version = "0.14.40";
version = "0.14.41";
name = "syncthing-${version}";

src = fetchFromGitHub {
owner = "syncthing";
repo = "syncthing";
rev = "v${version}";
sha256 = "0fd4k09sb91d1bjqj2v1fh7raq98fdw45aaa58kramwhidsf9sy5";
sha256 = "1hcy4rxdyvwrpm480j5a4injkkdaqkixmbdy9blkq5i2fwv377yn";
};

buildInputs = [ go removeReferencesTo ];
Expand Down

0 comments on commit de8f941

Please sign in to comment.