mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
libpq: 17.5 -> 17.6
Release Notes:
https://www.postgresql.org/docs/release/17.6/
(cherry picked from commit 4c70fc087a)
This commit is contained in:
committed by
github-actions[bot]
parent
7dffec5dec
commit
717624dad3
@@ -31,14 +31,14 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "libpq";
|
||||
version = "17.5";
|
||||
version = "17.6";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "postgres";
|
||||
repo = "postgres";
|
||||
# rev, not tag, on purpose: see generic.nix.
|
||||
rev = "refs/tags/REL_17_5";
|
||||
hash = "sha256-jWV7hglu7IPMZbqHrZVZHLbZYjVuDeut7nH50aSQIBc=";
|
||||
rev = "refs/tags/REL_17_6";
|
||||
hash = "sha256-/7C+bjmiJ0/CvoAc8vzTC50vP7OsrM6o0w+lmmHvKvU=";
|
||||
};
|
||||
|
||||
__structuredAttrs = true;
|
||||
|
||||
Reference in New Issue
Block a user