3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #41899 from Lassulus/tinc_stable

tinc: 1.0.33 -> 10.0.34
This commit is contained in:
Jörg Thalheim 2018-06-12 21:04:33 +01:00 committed by GitHub
commit a7a53d0fea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];