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

patroni: 3.3.0 -> 3.3.1
This commit is contained in:
Weijia Wang
2024-06-18 10:16:59 +02:00
committed by GitHub
+3 -3
View File
@@ -6,13 +6,13 @@
pythonPackages.buildPythonApplication rec {
pname = "patroni";
version = "3.3.0";
version = "3.3.1";
src = fetchFromGitHub {
owner = "zalando";
repo = pname;
rev = "v${version}";
sha256 = "sha256-gOjjE++hf3GOimvCxBR0jqqi3JNpbejLcWbLHpz2H4Q=";
rev = "refs/tags/v${version}";
sha256 = "sha256-GyPPBoYcJnuMer9FYGhWqursX/qJLaAlc9zFULoJqo4=";
};
propagatedBuildInputs = with pythonPackages; [