iodine: 0.6.0-rc1 -> 0.7.0

This commit is contained in:
Domen Kožar 2015-02-09 06:41:20 +01:00
parent 3cb733779b
commit 49c67589b6

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, zlib, nettools }:
stdenv.mkDerivation rec {
name = "iodine-0.6.0-rc1";
name = "iodine-0.7.0";
src = fetchurl {
url = "http://code.kryo.se/iodine/${name}.tar.gz";
sha256 = "dacf950198b68fd1dae09fe980080155b0c75718f581c08e069eee0c1b6c5e60";
sha256 = "0gh17kcxxi37k65zm4gqsvbk3aw7yphcs3c02pn1c4s2y6n40axd";
};
buildInputs = [ zlib ];
@ -18,5 +18,6 @@ stdenv.mkDerivation rec {
homepage = http://code.kryo.se/iodine/;
description = "Tool to tunnel IPv4 data through a DNS server";
license = stdenv.lib.licenses.isc;
platforms = stdenv.lib.platforms.unix;
};
}