There was an error while loading. Please reload this page.
1 parent b02b939 commit 43d3c61Copy full SHA for 43d3c61
1 file changed
shell.nix
@@ -8,8 +8,8 @@ mkShellNoCC {
8
let
9
xpg = import (fetchFromGitHub { owner = "steve-chavez";
10
repo = "xpg";
11
- rev = "v2.3.1";
12
- sha256 = "sha256-dcJOAiyr5sisVQ65uSZFgqL7oKiPImSR5p80uk2t83E=";
+ rev = "v2.4.0";
+ sha256 = "sha256-moRjdGvymGEyREU4++qpNzDuUN+nVC69CUYjhuY4Yzs=";
13
});
14
style =
15
writeShellScriptBin "pg_csv-style" ''
0 commit comments