nyx: 2.0.4 -> 2.1.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/nyx/versions
This commit is contained in:
parent
4866cbe341
commit
43709307f1
@ -4,11 +4,11 @@ with pythonPackages;
|
|||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "nyx";
|
pname = "nyx";
|
||||||
version = "2.0.4";
|
version = "2.1.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0pm7vfcqr02pzqz4b2f6sw5prxxmgqwr1912am42xmy2i53n7nrq";
|
sha256 = "02rrlllz2ci6i6cs3iddyfns7ang9a54jrlygd2jw1f9s6418ll8";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ stem ];
|
propagatedBuildInputs = [ stem ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user