Skip to content

Commit

Permalink
postgresqlPackages.pg_topn: 2.6.0 -> 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther committed Oct 26, 2024
1 parent 97b965a commit d055dc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/sql/postgresql/ext/pg_topn.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

stdenv.mkDerivation rec {
pname = "pg_topn";
version = "2.6.0";
version = "2.7.0";

buildInputs = [ postgresql ];

src = fetchFromGitHub {
owner = "citusdata";
repo = "postgresql-topn";
rev = "refs/tags/v${version}";
sha256 = "sha256-kq3P+a9NWLKN/CsISGHfInbeL4ex4KIeDhTKyyN7FVE=";
sha256 = "sha256-lP6Iil/BUv4ga+co+oBpKv1FBqFuBGfNjueEolM6png=";
};

installPhase = ''
Expand Down

0 comments on commit d055dc2

Please sign in to comment.