forked from mirrors/nixpkgs
libpg_query: 15-4.0.0 -> 15-4.1.0
https://github.com/pganalyze/libpg_query/releases/tag/15-4.1.0
This commit is contained in:
parent
e1b39f34c5
commit
0eda3803b4
|
@ -2,13 +2,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "libpg_query";
|
||||
version = "15-4.0.0";
|
||||
version = "15-4.1.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "pganalyze";
|
||||
repo = "libpg_query";
|
||||
rev = version;
|
||||
sha256 = "sha256-2BZT/jGfGwia+Map5OkeTcWVFJssykhrdRT2IDAzrfs=";
|
||||
hash = "sha256-uZdszDE0UJVeegU1bi0ISYooC4ztNv7W4UQ2gWIjrH8=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ which ];
|
||||
|
|
Loading…
Reference in a new issue