Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

libpg_query: 13-2.0.7 -> 13-2.1.0

+2 -2
+2 -2
pkgs/development/libraries/libpg_query/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "libpg_query"; 5 - version = "13-2.0.7"; 5 + version = "13-2.1.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "pganalyze"; 9 9 repo = "libpg_query"; 10 10 rev = version; 11 - sha256 = "sha256-xplp7Z17NlYbXIbBdN7EWDN4numdZUBIIVg5EowFMPA="; 11 + sha256 = "sha256-DpvPmBvpx5pWDlx6T3Kp82ALi6FjOO549Exd8tWXDIk="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ which ];