Skip to content

Commit

Permalink
patroni: 4.0.1 -> 4.0.2 (NixOS#343064)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcstephens authored Sep 20, 2024
2 parents f2e4894 + 16db97d commit 8c68180
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/sql/patroni/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

pythonPackages.buildPythonApplication rec {
pname = "patroni";
version = "4.0.1";
version = "4.0.2";

src = fetchFromGitHub {
owner = "zalando";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-0Eqk9X/qO9MkETaVIOCS6vyvywAK175/CDCNHH+YatQ=";
sha256 = "sha256-ykTg5Zd4dU1D6dnj6QbNfGUXrSteKrQjV2hpIPhXGLU=";
};

propagatedBuildInputs = with pythonPackages; [
Expand Down

0 comments on commit 8c68180

Please sign in to comment.