patroni: 3.3.2 -> 4.0.0 (#338327)

This commit is contained in:
Adam C. Stephens 2024-09-01 18:51:57 -04:00 committed by GitHub
commit a372a719a0
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.2";
version = "4.0.0";
src = fetchFromGitHub {
owner = "zalando";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-7Tq7i6AH6tt9Uyx276rVBwvbxxETRyVKnhhTijW02sU=";
sha256 = "sha256-C0YjLak/m8ZMCzR5x22zjCATvzs72l56GRccN0Gur+4=";
};
propagatedBuildInputs = with pythonPackages; [