postgresql12JitPackages.pg_uuidv7: 1.4.0 -> 1.4.1
This commit is contained in:
parent
17eaac83fe
commit
7008524735
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "pg_uuidv7";
|
pname = "pg_uuidv7";
|
||||||
version = "1.4.0";
|
version = "1.4.1";
|
||||||
|
|
||||||
buildInputs = [ postgresql ];
|
buildInputs = [ postgresql ];
|
||||||
|
|
||||||
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
|||||||
owner = "fboulnois";
|
owner = "fboulnois";
|
||||||
repo = "pg_uuidv7";
|
repo = "pg_uuidv7";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-GwjaFEXlJI72V07ukWPB3LeRBWAL6STq866f/rRCVoo=";
|
hash = "sha256-1qEsDCcULceMqvR3DIC5rOfpzn2PYbFGq0H8p2+9GR4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user