postgresql12JitPackages.pg_uuidv7: 1.4.0 -> 1.4.1

This commit is contained in:
R. Ryantm 2023-12-17 22:49:43 +00:00
parent 17eaac83fe
commit 7008524735

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