Merge pull request #275083 from r-ryantm/auto-update/postgresql12JitPackages.pg_uuidv7

postgresql12JitPackages.pg_uuidv7: 1.4.0 -> 1.4.1
This commit is contained in:
Nick Cao 2023-12-18 10:13:16 -05:00 committed by GitHub
commit bd2e933a4c
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.4.0";
version = "1.4.1";
buildInputs = [ postgresql ];
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
owner = "fboulnois";
repo = "pg_uuidv7";
rev = "v${version}";
hash = "sha256-GwjaFEXlJI72V07ukWPB3LeRBWAL6STq866f/rRCVoo=";
hash = "sha256-1qEsDCcULceMqvR3DIC5rOfpzn2PYbFGq0H8p2+9GR4=";
};
installPhase = ''