Skip to content

Commit

Permalink
Merge pull request NixOS#54758 from r-ryantm/auto-update/nyx
Browse files Browse the repository at this point in the history
nyx: 2.0.4 -> 2.1.0
  • Loading branch information
infinisil authored Jan 29, 2019
2 parents 96c9575 + 4370930 commit 346aff1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/nyx/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ with pythonPackages;

buildPythonApplication rec {
pname = "nyx";
version = "2.0.4";
version = "2.1.0";

src = fetchPypi {
inherit pname version;
sha256 = "0pm7vfcqr02pzqz4b2f6sw5prxxmgqwr1912am42xmy2i53n7nrq";
sha256 = "02rrlllz2ci6i6cs3iddyfns7ang9a54jrlygd2jw1f9s6418ll8";
};

propagatedBuildInputs = [ stem ];
Expand Down

0 comments on commit 346aff1

Please sign in to comment.