Skip to content

Commit

Permalink
[release-24.05] patroni: 3.3.2 -> 3.3.3 (#343067)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcstephens authored Sep 20, 2024
2 parents 01c9cdd + 85eeb64 commit 7c1857a
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 = "3.3.2";
version = "3.3.3";

src = fetchFromGitHub {
owner = "zalando";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-7Tq7i6AH6tt9Uyx276rVBwvbxxETRyVKnhhTijW02sU=";
sha256 = "sha256-LIdW62LLEmsQZJMbInb1vbKaKgEEBBU1HGyLLNitjjg=";
};

propagatedBuildInputs = with pythonPackages; [
Expand Down

0 comments on commit 7c1857a

Please sign in to comment.