Skip to content

Commit

Permalink
tinc: 1.0.33 -> 10.0.34
Browse files Browse the repository at this point in the history
(cherry picked from commit 1677759)
  • Loading branch information
Lassulus authored and Mic92 committed Jun 12, 2018
1 parent 7017c78 commit f829a6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/tinc/default.nix
@@ -1,12 +1,12 @@
{stdenv, fetchurl, lzo, openssl, zlib}:

stdenv.mkDerivation rec {
version = "1.0.33";
version = "1.0.34";
name = "tinc-${version}";

src = fetchurl {
url = "http://www.tinc-vpn.org/packages/tinc-${version}.tar.gz";
sha256 = "1x0hpfz13vn4pl6dcpnls6xq3rfcbdsg90awcfn53ijb8k35svvz";
sha256 = "1nngdp2x5kykrgh13q5wjry8m82vahqv53csvlb22ifxvrhrnfn0";
};

buildInputs = [ lzo openssl zlib ];
Expand Down

0 comments on commit f829a6f

Please sign in to comment.