postgresqlPackages.pg_uuidv7: 1.6.0 -> 1.7.0

This commit is contained in:
R. Ryantm
2025-10-14 22:02:45 +00:00
parent 798c30d1e2
commit df7b2ee2c4
@@ -7,13 +7,13 @@
postgresqlBuildExtension (finalAttrs: {
pname = "pg_uuidv7";
version = "1.6.0";
version = "1.7.0";
src = fetchFromGitHub {
owner = "fboulnois";
repo = "pg_uuidv7";
tag = "v${finalAttrs.version}";
hash = "sha256-lG6dCnbLALnfQc4uclqXXXfYjK/WXLV0lo5I8l1E5p4=";
hash = "sha256-1zZT3HqRnVw2pIkxFmXqYwYenXGbM91JB0jTwsdtgnw=";
};
meta = {