Skip to content

Commit

Permalink
Merge pull request #36452 from LumiGuide/pgmanage-10.1.1
Browse files Browse the repository at this point in the history
pgmanage 10.1.1
  • Loading branch information
7c6f434c authored Mar 25, 2018
2 parents 19fa3a5 + 65b1c73 commit 8c2c82b
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions pkgs/applications/misc/pgmanage/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +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 8c2c82b

Please sign in to comment.