patroni: 3.3.1 -> 3.3.2

This commit is contained in:
R. Ryantm
2024-07-30 06:13:22 +00:00
parent 7fee7ae70f
commit 95199cb794
+2 -2
View File
@@ -6,13 +6,13 @@
pythonPackages.buildPythonApplication rec {
pname = "patroni";
version = "3.3.1";
version = "3.3.2";
src = fetchFromGitHub {
owner = "zalando";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-GyPPBoYcJnuMer9FYGhWqursX/qJLaAlc9zFULoJqo4=";
sha256 = "sha256-7Tq7i6AH6tt9Uyx276rVBwvbxxETRyVKnhhTijW02sU=";
};
propagatedBuildInputs = with pythonPackages; [