torsocks: 2.2.0 -> 2.3.0

https://github.com/dgoulet/torsocks/blob/v2.3.0/ChangeLog
This commit is contained in:
Will Dietz 2019-01-09 12:52:35 -06:00 committed by Austin Seipp
parent afb6a7fe00
commit fcb4d11757

View file

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