summaryrefslogtreecommitdiffstats
path: root/krebs/5pkgs/simple/tinc_graphs
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2019-12-10 15:56:20 +0100
committermakefu <github@syntax-fehler.de>2019-12-10 15:56:20 +0100
commit46da29b95bd78f0229642547c25a3fff2686adaf (patch)
treee549da5494c88c910ce39f648612e65b92c669e8 /krebs/5pkgs/simple/tinc_graphs
parent001acc5a523db45414ebfdca808e308f027e39b5 (diff)
pkgs.tinc_graphs: bump to 3.11
Diffstat (limited to 'krebs/5pkgs/simple/tinc_graphs')
-rw-r--r--krebs/5pkgs/simple/tinc_graphs/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/krebs/5pkgs/simple/tinc_graphs/default.nix b/krebs/5pkgs/simple/tinc_graphs/default.nix
index 20bbc53b..025e85df 100644
--- a/krebs/5pkgs/simple/tinc_graphs/default.nix
+++ b/krebs/5pkgs/simple/tinc_graphs/default.nix
@@ -2,15 +2,17 @@
python3Packages.buildPythonPackage rec {
name = "tinc_graphs-${version}";
- version = "0.3.10";
+ version = "0.3.11";
+
propagatedBuildInputs = with pkgs;[
python3Packages.pygeoip
## ${geolite-legacy}/share/GeoIP/GeoIPCity.dat
];
src = fetchurl {
url = "mirror://pypi/t/tinc_graphs/${name}.tar.gz";
- sha256 = "0f4cvb9424fhfmc0hbzmynzh9528fyhx00ayq1nbpgd1p89yw7mc";
+ sha256 = "0akvi2srwqny3cd4b9ghssq8wi4kcxd2khabnnvylzs1s9i28fpa";
};
+
preFixup = with pkgs;''
wrapProgram $out/bin/build-graphs --prefix PATH : "$out/bin"
wrapProgram $out/bin/all-the-graphs --prefix PATH : "${imagemagick}/bin:${graphviz}/bin:$out/bin"