patroni: 4.0.5 -> 4.0.6

This commit is contained in:
R. Ryantm 2025-06-08 16:43:33 +00:00
parent 510570a40a
commit 3c49dfc1d9

View File

@ -10,13 +10,13 @@
python3Packages.buildPythonApplication rec {
pname = "patroni";
version = "4.0.5";
version = "4.0.6";
src = fetchFromGitHub {
owner = "zalando";
repo = "patroni";
tag = "v${version}";
sha256 = "sha256-1Afwdv1kX8/zc9TB4kbA2NakXycJlf/wUcYAYKWwITM=";
sha256 = "sha256-8EodiPVmdDekdsTbv+23ZLHZd8+BQ5v5sQf/SyM1b7Y=";
};
dependencies = with python3Packages; [