postgresql16JitPackages.pg_uuidv7: 1.4.1 -> 1.5.0

This commit is contained in:
R. Ryantm 2024-03-22 01:43:07 +00:00
parent e52b38ae97
commit 4ace79fb70

View File

@ -6,7 +6,7 @@
stdenv.mkDerivation rec {
pname = "pg_uuidv7";
version = "1.4.1";
version = "1.5.0";
buildInputs = [ postgresql ];
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
owner = "fboulnois";
repo = "pg_uuidv7";
rev = "v${version}";
hash = "sha256-1qEsDCcULceMqvR3DIC5rOfpzn2PYbFGq0H8p2+9GR4=";
hash = "sha256-oVyRtjl3KsD3j96qvQb8bFLMhoWO81OudOL4wVXrjzI=";
};
installPhase = ''