mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
libpg_query: 15-4.2.0 -> 15-4.2.1
Diff: https://github.com/pganalyze/libpg_query/compare/15-4.2.0...15-4.2.1 Changelog: https://github.com/pganalyze/libpg_query/raw/15-4.2.1/CHANGELOG.md
This commit is contained in:
parent
5b1bc788f5
commit
55015c79d2
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libpg_query";
|
pname = "libpg_query";
|
||||||
version = "15-4.2.0";
|
version = "15-4.2.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pganalyze";
|
owner = "pganalyze";
|
||||||
repo = "libpg_query";
|
repo = "libpg_query";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-2fPdvsfuXKaRwkPjsPsBBfP0+yUgYXEUzQNFZfhyvGk=";
|
hash = "sha256-wbWW2r8Ai4Y+JBI5DbMuVx326bAxmEgQlTd6nnzqDXw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ which ];
|
nativeBuildInputs = [ which ];
|
||||||
|
Loading…
Reference in New Issue
Block a user