Skip to content

Commit

Permalink
pg_top: 4.1.0 -> 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and wolfgangwalther committed Dec 8, 2024
1 parent 47a9223 commit 51cba62
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pkgs/by-name/pg/pg_top/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,22 @@
fetchurl,
lib,
libbsd,
libelf,
ncurses,
postgresql,
stdenv,
}:

stdenv.mkDerivation rec {
pname = "pg_top";
version = "4.1.0";
version = "4.1.1";

src = fetchurl {
url = "https://pg_top.gitlab.io/source/pg_top-${version}.tar.xz";
sha256 = "sha256-WdSiQURJgtBCYoS/maImppcyM8wzUIJzLWmiSZPlx1Q=";
sha256 = "sha256-85LObBS9aAt7Ck5yiK0g2CAKxiYtnWp5XnTAUB5ui/k=";
};

buildInputs = [
libbsd
libelf
ncurses
postgresql
];
Expand Down

0 comments on commit 51cba62

Please sign in to comment.