libpqxx: 7.5.2 -> 7.6.0
This commit is contained in:
parent
17b4b7097f
commit
6adf758f8a
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libpqxx";
|
pname = "libpqxx";
|
||||||
version = "7.5.2";
|
version = "7.6.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "jtv";
|
owner = "jtv";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "15ifd28v6xbbx931icydy8xmkd8030b20xzqjja6vwwvzss2w9fa";
|
sha256 = "sha256-shcGJebjXJ3ORvcdINJFLiuW7ySqe6HyPUQioeUG/wM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ gnused python3 ];
|
nativeBuildInputs = [ gnused python3 ];
|
||||||
|
|
Loading…
Reference in a new issue