diff options
author | lassulus <lass@lassul.us> | 2017-04-16 23:35:54 +0200 |
---|---|---|
committer | lassulus <lass@lassul.us> | 2017-04-16 23:35:54 +0200 |
commit | b6a4df7e398c7b4d7dc4f56d2eded22a79fee30f (patch) | |
tree | ca25acf5ee3d7081d25eea0a4e67ec3e8c9854b8 /krebs/5pkgs/tinc_graphs | |
parent | 7a48255b5a88e548eaf36ecdebb66fac96a04602 (diff) | |
parent | 270157937b67c9aeda0b8d245141e6943d78188f (diff) |
Merge remote-tracking branch 'gum/master'
Diffstat (limited to 'krebs/5pkgs/tinc_graphs')
-rw-r--r-- | krebs/5pkgs/tinc_graphs/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/krebs/5pkgs/tinc_graphs/default.nix b/krebs/5pkgs/tinc_graphs/default.nix index e5f1e40e8..20bbc53ba 100644 --- a/krebs/5pkgs/tinc_graphs/default.nix +++ b/krebs/5pkgs/tinc_graphs/default.nix @@ -2,14 +2,14 @@ python3Packages.buildPythonPackage rec { name = "tinc_graphs-${version}"; - version = "0.3.9"; + version = "0.3.10"; 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 = "0hjmkiclvyjb3707285x4b8mk5aqjcvh383hvkad1h7p1n61qrfx"; + url = "mirror://pypi/t/tinc_graphs/${name}.tar.gz"; + sha256 = "0f4cvb9424fhfmc0hbzmynzh9528fyhx00ayq1nbpgd1p89yw7mc"; }; preFixup = with pkgs;'' wrapProgram $out/bin/build-graphs --prefix PATH : "$out/bin" |