postgresqlPackages.pg_uuidv7: 1.5.0 -> 1.6.0

This commit is contained in:
Wolfgang Walther 2024-11-15 20:53:07 +00:00
parent e7b11ef572
commit 796e44d168
No known key found for this signature in database
GPG Key ID: B39893FA5F65CAE1

View File

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