Merge pull request #270853 from gaelreyrol/postgresql-pg_uuid-update-1.4.0

postgresqlPackages.pg_uuidv7: 1.3.0 -> 1.4.0
This commit is contained in:
Mario Rodas 2023-11-29 06:11:57 -05:00 committed by GitHub
commit 1ecfdb40cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
stdenv.mkDerivation rec {
pname = "pg_uuidv7";
version = "1.3.0";
version = "1.4.0";
buildInputs = [ postgresql ];
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
owner = "fboulnois";
repo = "pg_uuidv7";
rev = "v${version}";
hash = "sha256-kHxS9tL7fpKhjJ8Xx5tee1fv10zVcTt2FgUQSaRdNZo=";
hash = "sha256-GwjaFEXlJI72V07ukWPB3LeRBWAL6STq866f/rRCVoo=";
};
installPhase = ''