Skip to content

Commit 7473753

Browse files
committed
chore: bump to retest
1 parent 94d1c75 commit 7473753

File tree

3 files changed

+5
-11
lines changed

3 files changed

+5
-11
lines changed

ansible/vars.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ postgres_major:
1010

1111
# Full version strings for each major version
1212
postgres_release:
13-
postgresorioledb-17: "17.6.0.021-orioledb-update-nixpkgs-2"
14-
postgres17: "17.6.1.064-update-nixpkgs-2"
15-
postgres15: "15.14.1.064-update-nixpkgs-2"
13+
postgresorioledb-17: "17.6.0.021-orioledb-update-nixpkgs-3"
14+
postgres17: "17.6.1.064-update-nixpkgs-3"
15+
postgres15: "15.14.1.064-update-nixpkgs-3"
1616

1717
# Non Postgres Extensions
1818
pgbouncer_release: 1.19.0

nix/ext/pg_jsonschema/default.nix

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@ let
4242
"";
4343

4444
nativeBuildInputs = [ cargo ];
45-
buildInputs = [
46-
postgresql
47-
];
45+
buildInputs = [ postgresql ];
4846
# update the following array when the pg_jsonschema version is updated
4947
# required to ensure that extensions update scripts from previous versions are generated
5048
previousVersions = [

nix/packages/supascan.nix

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
{
2-
pkgs,
3-
lib,
4-
...
5-
}:
1+
{ pkgs, lib, ... }:
62
let
73
# Use Go 1.24 for the scanner which requires Go >= 1.23.2
84
go124 = pkgs.go_1_24;

0 commit comments

Comments
 (0)