postgresqlPackages.pg_uuidv7: 1.5.0 -> 1.6.0

(cherry picked from commit 796e44d168)
This commit is contained in:
Wolfgang Walther 2024-11-15 20:53:07 +00:00 committed by github-actions[bot]
parent 128e34ede1
commit 8cb8a741f3

View File

@ -7,13 +7,13 @@
buildPostgresqlExtension rec {
pname = "pg_uuidv7";
version = "1.5.0";
version = "1.6.0";
src = fetchFromGitHub {
owner = "fboulnois";
repo = "pg_uuidv7";
rev = "v${version}";
hash = "sha256-oVyRtjl3KsD3j96qvQb8bFLMhoWO81OudOL4wVXrjzI=";
hash = "sha256-lG6dCnbLALnfQc4uclqXXXfYjK/WXLV0lo5I8l1E5p4=";
};
meta = with lib; {