Skip to content

Commit fbf9b30

Browse files
r-ryantmvdemeester
authored andcommitted
libpqxx: 7.10.4 -> 7.10.5
1 parent 8475255 commit fbf9b30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/li/libpqxx/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
stdenv.mkDerivation (finalAttrs: {
1010
pname = "libpqxx";
11-
version = "7.10.4";
11+
version = "7.10.5";
1212

1313
src = fetchFromGitHub {
1414
owner = "jtv";
1515
repo = "libpqxx";
1616
rev = finalAttrs.version;
17-
hash = "sha256-0/gkfoJg+Zt9LLLQ/TVkUhBZ3NYIzg+uIClU89ORr+4=";
17+
hash = "sha256-QlzP/4ze9PFdadkcCxppVeOAKYGscrc4Db52xHcbPIA=";
1818
};
1919

2020
outputs = [

0 commit comments

Comments
 (0)