Skip to content

Commit

Permalink
syncthing: 0.14.23 -> 0.14.24
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Hoeg committed Mar 9, 2017
1 parent d75cec3 commit 02549a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/syncthing/default.nix
Expand Up @@ -6,14 +6,14 @@ let
'';

in stdenv.mkDerivation rec {
version = "0.14.23";
version = "0.14.24";
name = "syncthing-${version}";

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

buildInputs = [ go ];
Expand Down

0 comments on commit 02549a2

Please sign in to comment.