Skip to content

Commit

Permalink
syncthing: 0.14.26 -> 0.14.27
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhoeg committed Apr 24, 2017
1 parent cc4649d commit e17e559
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, pkgs, removeReferencesTo }:

stdenv.mkDerivation rec {
version = "0.14.26";
version = "0.14.27";
name = "syncthing-${version}";

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

buildInputs = [ go removeReferencesTo ];
Expand Down

0 comments on commit e17e559

Please sign in to comment.