diff options
author | tv <tv@shackspace.de> | 2015-10-09 14:48:58 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-10-09 14:48:58 +0200 |
commit | 96f4248b65ff1539eded24572ae1805b27c53d50 (patch) | |
tree | 31ff450cc4a5166306c62f99fdd2d1caf3219ecb /makefu/5pkgs/tinc_graphs/default.nix | |
parent | 694c79a5bc05014604fa2467f965b370102ff78f (diff) | |
parent | 4072a32f89b9cc1c1e7c3583ac5b9ce5dcb004af (diff) |
Merge remote-tracking branch 'cloudkrebs/master'
Diffstat (limited to 'makefu/5pkgs/tinc_graphs/default.nix')
-rw-r--r-- | makefu/5pkgs/tinc_graphs/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/makefu/5pkgs/tinc_graphs/default.nix b/makefu/5pkgs/tinc_graphs/default.nix index 95f096a30..5bc974157 100644 --- a/makefu/5pkgs/tinc_graphs/default.nix +++ b/makefu/5pkgs/tinc_graphs/default.nix @@ -2,14 +2,14 @@ python3Packages.buildPythonPackage rec { name = "tinc_graphs-${version}"; - version = "0.2.9"; + version = "0.2.12"; propagatedBuildInputs = with pkgs;[ python3Packages.pygeoip ## ${geolite-legacy}/share/GeoIP/GeoIPCity.dat ]; src = fetchurl { url = "https://pypi.python.org/packages/source/t/tinc_graphs/tinc_graphs-${version}.tar.gz"; - sha256 = "0fm063qhjlb8g1xahwcqqrd2dxgd38wwi55rhl1k5chr7zajsqfz"; + sha256 = "03jxvxahpcbpnz4668x32b629dwaaz5jcjkyaijm0zzpgcn4cbgp"; }; preFixup = with pkgs;'' wrapProgram $out/bin/build-graphs --prefix PATH : "$out/bin" |