pg_top: update from 3.6.2 to 3.7.0

This commit is contained in:
Nixpkgs Monitor 2013-12-16 00:57:25 +02:00 committed by Evgeny Egorochkin
parent 25dc79783b
commit 8a0a1b7768

View file

@ -1,10 +1,10 @@
{stdenv, fetchurl, ncurses, postgresql}:
stdenv.mkDerivation {
name = "pg_top-3.6.2";
name = "pg_top-3.7.0";
src = fetchurl {
url = http://pgfoundry.org/frs/download.php/1781/pg_top-3.6.2.tar.gz;
url = http://pgfoundry.org/frs/download.php/1781/pg_top-3.7.0.tar.gz;
sha256 = "17xrv0l58rv3an06gkajzw0gg6v810xx6vl137an1iykmhvfh7h2";
};