Merge: postgresqlPackages.pg_ivm: 1.9 -> 1.10 (#391878)

This commit is contained in:
Maximilian Bosch
2025-03-22 18:11:01 +00:00
committed by GitHub
+2 -2
View File
@@ -8,13 +8,13 @@
postgresqlBuildExtension rec {
pname = "pg_ivm";
version = "1.9";
version = "1.10";
src = fetchFromGitHub {
owner = "sraoss";
repo = "pg_ivm";
tag = "v${version}";
hash = "sha256-Qcie7sbXcMbQkMoFIYBfttmvlYooESdSk2DyebHKPlk=";
hash = "sha256-4/ftJkm2ZInm9lkjJG7y4ZULwlyVC19lP0wGXu56SGw=";
};
meta = {