Skip to content

Commit

Permalink
syncthing: 0.14.24 -> 0.14.25
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhoeg committed Mar 21, 2017
1 parent 8eabb34 commit 1cd8add
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.24";
version = "0.14.25";
name = "syncthing-${version}";

src = fetchFromGitHub {
owner = "syncthing";
repo = "syncthing";
rev = "v${version}";
sha256 = "15jjk49ibry7crc3sw5zg09zsm5ir0ph5c0f3acas66wd02rnvl1";
sha256 = "1if92y32h1wp5sz2lnlw5fqibzbik7bklq850j9wcxfvr6ahck0w";
};

buildInputs = [ go removeReferencesTo ];
Expand Down

0 comments on commit 1cd8add

Please sign in to comment.