Skip to content

Commit

Permalink
patroni: 3.3.2 -> 3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcstephens committed Sep 19, 2024
1 parent 01c9cdd commit 85eeb64
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 85eeb64

Please sign in to comment.