Skip to content

Commit e152714

Browse files
committed
feat: cargo-pgrx_0_12_6 instead
1 parent c35114c commit e152714

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

flake.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@
8585
cargo-pgrx = final.cargo-pgrx.cargo-pgrx_0_11_3;
8686
};
8787

88-
buildPgrxExtension_0_12_5 = prev.buildPgrxExtension.override {
89-
cargo-pgrx = final.cargo-pgrx.cargo-pgrx_0_12_5;
88+
buildPgrxExtension_0_12_6 = prev.buildPgrxExtension.override {
89+
cargo-pgrx = final.cargo-pgrx.cargo-pgrx_0_12_6;
9090
};
9191
})
9292
(final: prev: {
@@ -342,7 +342,7 @@
342342
postgresVersions //{
343343
supabase-groonga = supabase-groonga;
344344
cargo-pgrx_0_11_3 = pkgs.cargo-pgrx.cargo-pgrx_0_11_3;
345-
cargo-pgrx_0_12_5 = pkgs.cargo-pgrx.cargo-pgrx_0_12_5;
345+
cargo-pgrx_0_12_6 = pkgs.cargo-pgrx.cargo-pgrx_0_12_6;
346346
# PostgreSQL versions.
347347
psql_15 = makePostgres "15";
348348
#psql_orioledb_16 = makeOrioleDbPostgres "16_23" postgresql_orioledb_16;
@@ -662,9 +662,9 @@
662662
cargo-pgrx_0_11_3
663663
];
664664
};
665-
cargo-pgrx_0_12_5 = pkgs.mkShell {
665+
cargo-pgrx_0_12_6 = pkgs.mkShell {
666666
packages = with basePackages; [
667-
cargo-pgrx_0_12_5
667+
cargo-pgrx_0_12_6
668668
];
669669
};
670670
};

nix/cargo-pgrx/default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ in
6161
hash = "sha256-UHIfwOdXoJvR4Svha6ud0FxahP1wPwUtviUwUnTmLXU=";
6262
cargoHash = "sha256-j4HnD8Zt9uhlV5N7ldIy9564o9qFEqs5KfXHmnQ1WEw=";
6363
};
64-
cargo-pgrx_0_12_5 = generic {
65-
version = "0.12.5";
66-
hash = "sha256-U2kF+qjQwMTaocv5f4p5y3qmPUsTzdvAp8mz9cn/COw=";
67-
cargoHash = "sha256-nEgIOBGNG3TupA55/TgoXDPeJzjBjOGGfK+WjrH06VY=";
64+
cargo-pgrx_0_12_6 = generic {
65+
version = "0.12.6";
66+
hash = "sha256-7aQkrApALZe6EoQGVShGBj0UIATnfOy2DytFj9IWdEA=";
67+
cargoHash = "sha256-Di4UldQwAt3xVyvgQT1gUhdvYUVp7n/a72pnX45kP0w=";
6868
};
6969
inherit rustPlatform;
7070
}

0 commit comments

Comments
 (0)