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

patroni: 2.0.1 -> 2.0.2
This commit is contained in:
Mario Rodas 2021-02-23 20:15:10 -05:00 committed by GitHub
commit 032226d5d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
pythonPackages.buildPythonApplication rec {
pname = "patroni";
version = "2.0.1";
version = "2.0.2";
src = fetchFromGitHub {
owner = "zalando";
repo = pname;
rev = "v${version}";
sha256 = "sha256-IlRltJrEMrRiwVVMYQywb0MqwEoL8MX3do2GlHXjuPc=";
sha256 = "048g211njwmgl2v7nx6x5x82b4bbp35n234z7ah10aybm3yrxnc7";
};
# cdiff renamed to ydiff; remove when patroni source reflects this.