summaryrefslogtreecommitdiffstats
path: root/makefu/5pkgs
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2015-10-04 22:29:30 +0200
committermakefu <github@syntax-fehler.de>2015-10-04 22:29:30 +0200
commitab48fbd9720508520c5c3f951ed3b10bef139212 (patch)
tree7396f2166f8f802a1106a3219d11ba0f86026f98 /makefu/5pkgs
parent463a8e01d4ad1fd4e09c7d3b1ef1904ea73327fc (diff)
m {3,5} tinc_graphs: make everyting work, final
Diffstat (limited to 'makefu/5pkgs')
-rw-r--r--makefu/5pkgs/tinc_graphs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefu/5pkgs/tinc_graphs/default.nix b/makefu/5pkgs/tinc_graphs/default.nix
index 95f096a3..5bc97415 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"