patroni: 4.0.5 -> 4.0.6 (#415066)

This commit is contained in:
Adam C. Stephens 2025-06-10 09:05:13 -04:00 committed by GitHub
commit 4043cb63a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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; [