Skip to content

Commit

Permalink
pgmanage: 10.1.0 -> 10.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
basvandijk committed Mar 7, 2018
1 parent 2653355 commit 65b1c73
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pkgs/applications/misc/pgmanage/default.nix
Expand Up @@ -2,19 +2,23 @@

stdenv.mkDerivation rec {
name = "pgmanage-${version}";
version = "10.1.0";
version = "10.1.1";

src = fetchFromGitHub {
owner = "pgManage";
repo = "pgManage";
rev = "v${version}";
sha256 = "0kzdq3xl6wyclngq307544yk57vpm10wyklkbgzx649z3pls3kyw";
sha256 = "1gv96an1ff9amh16lf71wknshmxl3l4hsl3ga7wb106c10i14zzc";
};

patchPhase = ''
patchShebangs src/configure
'';

configurePhase = ''
./configure --prefix $out
'';

buildInputs = [ postgresql openssl ];

meta = with stdenv.lib; {
Expand Down

0 comments on commit 65b1c73

Please sign in to comment.