File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
development/python-modules/libknot
servers/monitoring/prometheus Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212
1313buildPythonPackage rec {
1414 pname = "libknot" ;
15- version = "3.4.3 " ;
15+ version = "3.4.4 " ;
1616 pyproject = true ;
1717
1818 src = fetchPypi {
1919 inherit pname version ;
20- hash = "sha256-Sm3WHZdCpz0F/tpGQc7tvpjcxfPc2cMAyc0rVjm6i04 =" ;
20+ hash = "sha256-pvWkjoLmwhVBzDf1Axc6iuOLrDfIfrY0yr1uvJGy0s4 =" ;
2121 } ;
2222
2323 postPatch = ''
Original file line number Diff line number Diff line change 77
88python3 . pkgs . buildPythonApplication rec {
99 pname = "knot-exporter" ;
10- version = "3.4.3 " ;
10+ version = "3.4.4 " ;
1111 pyproject = true ;
1212
1313 src = fetchPypi {
1414 pname = "knot_exporter" ;
1515 inherit version ;
16- hash = "sha256-wMUVxhYFZzMUGijyS6sPWxSofqO6qvTt9i2hI+gwlwU =" ;
16+ hash = "sha256-AUTxaxEOjQL5DplaMvXiFcVUV4aioJ2kUY1douQheGg =" ;
1717 } ;
1818
1919 nativeBuildInputs = [
You can’t perform that action at this time.
0 commit comments