torsocks: 2.1.0 -> 2.2.0

This commit is contained in:
Joachim Fasting 2016-12-04 18:16:18 +01:00
parent 54cea02d90
commit 9353d8c1ea
No known key found for this signature in database
GPG key ID: 7544761007FE4E08

View file

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
name = "torsocks-${version}";
version = "2.1.0";
version = "2.2.0";
src = fetchgit {
url = meta.repositories.git;
rev = "refs/tags/v${version}";
sha256 = "1l890pg0h2hqpkabsnwc6pq2qi8mfv58qzaaicc9y62rq5nmrrws";
sha256 = "1xwkmfaxhhnbmvp37agnby1n53hznwhvx0dg1hj35467qfx985zc";
};
buildInputs = [ autoreconfHook ];