Skip to content

Commit

Permalink
syncthing: 0.14.11 -> 0.14.12 (#20645)
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Hoeg authored and fpletz committed Nov 23, 2016
1 parent d97a379 commit 3975f5b
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, lib, fetchFromGitHub, go, pkgs }:

stdenv.mkDerivation rec {
version = "0.14.11";
version = "0.14.12";
name = "syncthing-${version}";

src = fetchFromGitHub {
owner = "syncthing";
repo = "syncthing";
rev = "v${version}";
sha256 = "12b8284mya5z1q7ighbzk8rqxj0kcv5n0l39dygikfcbl1krr6sg";
sha256 = "09w0i9rmdi9fjsphib2x6gs6yn5d1a41nh1pm4k9ks31am9zdwsm";
};

buildInputs = [ go ];
Expand Down

0 comments on commit 3975f5b

Please sign in to comment.