patroni: 1.6.4 -> 1.6.5

gstqt5
R. RyanTM 2020-05-04 03:53:07 +00:00 committed by Frederik Rietdijk
parent d4e3ca31f8
commit 1aa7ce79d6
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
pythonPackages.buildPythonApplication rec {
pname = "patroni";
version = "1.6.4";
version = "1.6.5";
src = fetchFromGitHub {
owner = "zalando";
repo = pname;
rev = "v${version}";
sha256 = "0w0mz4a1cyxdsqmv7jrkw163jll8ir5zmf93zcidlqx13knrk80g";
sha256 = "0iw0ra9fya4bf1vkjq3w5kij4x46yinb90v015pi9c6qfpancfdj";
};
# cdiff renamed to ydiff; remove when patroni source reflects this.