Skip to content

Commit

Permalink
Merge pull request NixOS#18379 from peterhoeg/st_0146
Browse files Browse the repository at this point in the history
syncthing: 0.14.5 -> 0.14.6
  • Loading branch information
joachifm authored Sep 7, 2016
2 parents 973fd1a + 6c6ebf5 commit 1c7270f
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,14 +1,14 @@
{ stdenv, fetchFromGitHub, go }:

stdenv.mkDerivation rec {
version = "0.14.5";
version = "0.14.6";
name = "syncthing-${version}";

src = fetchFromGitHub {
owner = "syncthing";
repo = "syncthing";
rev = "v${version}";
sha256 = "172ca3xgc3dp9yiqm3fmq696615jnclgfg521sh5mk78na1r4mgz";
sha256 = "1w8a46c6r3rddfl9xbx7j2mavai4dm9h8flpm4qr0bsd6whf60hz";
};

buildInputs = [ go ];
Expand Down

0 comments on commit 1c7270f

Please sign in to comment.