postgresqlPackages.pg_csv: 1.0 -> 1.0.1 (#442891)

This commit is contained in:
Wolfgang Walther
2025-09-14 12:16:23 +00:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
postgresqlBuildExtension (finalAttrs: {
pname = "pg_csv";
version = "1.0";
version = "1.0.1";
src = fetchFromGitHub {
owner = "PostgREST";
repo = "pg_csv";
tag = "v${finalAttrs.version}";
hash = "sha256-Sw9eMpzz+suotJQ2KHgT0dQAF8OGFojJIhOC8tZ750o=";
hash = "sha256-hRTNFlNUmc3mjDf0wgn4CGmHoYPQ+2yfZApzooLwgW4=";
};
meta = {