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