Mario Rodas 2024-03-21 21:51:22 -05:00 committed by GitHub
commit ff53b0c339
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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