Merge pull request #331020 from r-ryantm/auto-update/patroni

patroni: 3.3.1 -> 3.3.2
This commit is contained in:
Adam C. Stephens 2024-07-30 18:54:24 -04:00 committed by GitHub
commit a6dba07b71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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