Skip to content

Commit e5e786e

Browse files
committed
1 parent 5c985b9 commit e5e786e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/pa/patroni/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99

1010
python3Packages.buildPythonApplication rec {
1111
pname = "patroni";
12-
version = "4.0.4";
12+
version = "4.0.5";
1313

1414
src = fetchFromGitHub {
1515
owner = "zalando";
1616
repo = "patroni";
1717
tag = "v${version}";
18-
sha256 = "sha256-if3azfBb6/OegahZYAM2RMxmWRDsCX5DNkUATTcAUrw=";
18+
sha256 = "sha256-1Afwdv1kX8/zc9TB4kbA2NakXycJlf/wUcYAYKWwITM=";
1919
};
2020

2121
dependencies = with python3Packages; [

0 commit comments

Comments
 (0)