mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-25 03:17:13 +00:00
pg_top: 4.1.0 -> 4.1.1
This commit is contained in:
parent
47a92239db
commit
51cba62361
|
@ -3,7 +3,6 @@
|
|||
fetchurl,
|
||||
lib,
|
||||
libbsd,
|
||||
libelf,
|
||||
ncurses,
|
||||
postgresql,
|
||||
stdenv,
|
||||
|
@ -11,16 +10,15 @@
|
|||
|
||||
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
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue