diff options
author | makefu <github@syntax-fehler.de> | 2015-10-04 22:29:30 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2015-10-04 22:29:30 +0200 |
commit | ab48fbd9720508520c5c3f951ed3b10bef139212 (patch) | |
tree | 7396f2166f8f802a1106a3219d11ba0f86026f98 /makefu/5pkgs/tinc_graphs | |
parent | 463a8e01d4ad1fd4e09c7d3b1ef1904ea73327fc (diff) |
m {3,5} tinc_graphs: make everyting work, final
Diffstat (limited to 'makefu/5pkgs/tinc_graphs')
-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" |