patroni: 4.0.6 -> 4.1.0

This commit is contained in:
R. Ryantm
2025-10-02 03:46:18 +00:00
parent 27ccbffc26
commit 6b72c74e36
+2 -2
View File
@@ -10,14 +10,14 @@
python3Packages.buildPythonApplication rec {
pname = "patroni";
version = "4.0.6";
version = "4.1.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "zalando";
repo = "patroni";
tag = "v${version}";
sha256 = "sha256-8EodiPVmdDekdsTbv+23ZLHZd8+BQ5v5sQf/SyM1b7Y=";
sha256 = "sha256-iY5QLbJXfQtfkzpQxvqSOzYQwgfFsBh8HPYujqxU44k=";
};
dependencies = with python3Packages; [