Skip to content

Commit

Permalink
postgresqlPackages.pg_partman: 5.0.0 -> 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marsam committed Jan 12, 2024
1 parent e704803 commit da48627
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/sql/postgresql/ext/pg_partman.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

stdenv.mkDerivation rec {
pname = "pg_partman";
version = "5.0.0";
version = "5.0.1";

buildInputs = [ postgresql ];

src = fetchFromGitHub {
owner = "pgpartman";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-T7+cPi8LIftWVwI9mi0LAwWCTxp/r6iyKT1wKO/Ztbk=";
sha256 = "sha256-sJODpyRgqpeg/Lb584wNgCCFRaH22ELcbof1bA612aw=";
};

installPhase = ''
Expand Down

0 comments on commit da48627

Please sign in to comment.