Merge pull request #297903 from r-ryantm/auto-update/postgresql16JitPackages.pg_uuidv7
postgresql16JitPackages.pg_uuidv7: 1.4.1 -> 1.5.0 Closes https://github.com/NixOS/nixpkgs/pull/297902 Closes https://github.com/NixOS/nixpkgs/pull/297904 Closes https://github.com/NixOS/nixpkgs/pull/297905 Closes https://github.com/NixOS/nixpkgs/pull/297906 Closes https://github.com/NixOS/nixpkgs/pull/297907 Closes https://github.com/NixOS/nixpkgs/pull/297909 Closes https://github.com/NixOS/nixpkgs/pull/297910 Closes https://github.com/NixOS/nixpkgs/pull/297911 Closes https://github.com/NixOS/nixpkgs/pull/297915
This commit is contained in:
commit
ff53b0c339
1 changed files with 2 additions and 2 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue