libpqxx: 6.4.0 -> 6.4.1
"memory bugs fixed" :D https://github.com/jtv/libpqxx/releases/tag/6.4.1
This commit is contained in:
parent
96eda42857
commit
aec2d07c26
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libpqxx";
|
pname = "libpqxx";
|
||||||
version = "6.4.0";
|
version = "6.4.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "jtv";
|
owner = "jtv";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1972c5g34xzn4yzmg1vzrc3wxmlz8s004skiz2dp6qxlla5qjial";
|
sha256 = "0g4029s8b1gfpl1ryxf1i7gp3gwn11isr61qkb8zy9kv904pcc89";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ gnused python2 ];
|
nativeBuildInputs = [ gnused python2 ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user