postgresqlPackages.pg_uuidv7: 1.3.0 -> 1.4.0

This commit is contained in:
Gaël Reyrol 2023-11-29 08:45:40 +01:00
parent 9640178ef2
commit 54a1ee217c
No known key found for this signature in database
GPG Key ID: DFB9B69A2C427F61

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 = ''