Skip to content

Commit 43d3c61

Browse files
committed
chore: upgrade xpg to get pg19beta1
1 parent b02b939 commit 43d3c61

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

shell.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ mkShellNoCC {
88
let
99
xpg = import (fetchFromGitHub { owner = "steve-chavez";
1010
repo = "xpg";
11-
rev = "v2.3.1";
12-
sha256 = "sha256-dcJOAiyr5sisVQ65uSZFgqL7oKiPImSR5p80uk2t83E=";
11+
rev = "v2.4.0";
12+
sha256 = "sha256-moRjdGvymGEyREU4++qpNzDuUN+nVC69CUYjhuY4Yzs=";
1313
});
1414
style =
1515
writeShellScriptBin "pg_csv-style" ''

0 commit comments

Comments
 (0)