Skip to content

Commit

Permalink
syncthing: 0.13.4 -> 0.13.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Hoeg committed Jun 15, 2016
1 parent 48de566 commit 54e806e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/syncthing/default.nix
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{ stdenv, fetchgit, go }:

stdenv.mkDerivation rec {
version = "0.13.4";
version = "0.13.7";
name = "syncthing-${version}";

src = fetchgit {
url = https://github.com/syncthing/syncthing;
rev = "refs/tags/v${version}";
sha256 = "0aa0nqi0gmka5r5dzph4g51jlsy7w5q4ri8f4gy3qnma4pgp7pg2";
sha256 = "0n1yqaaag4l30i6zqb74z6f800xjvj9zvprb12nl9xlm5swrwrkz";
};

buildInputs = [ go ];
Expand Down

0 comments on commit 54e806e

Please sign in to comment.