postgresqlPackages.pg_ivm: 1.10 -> 1.11

This commit is contained in:
R. Ryantm
2025-05-29 01:46:41 +00:00
parent 6ed432a97e
commit ae47547b26
+2 -2
View File
@@ -7,13 +7,13 @@
postgresqlBuildExtension (finalAttrs: {
pname = "pg_ivm";
version = "1.10";
version = "1.11";
src = fetchFromGitHub {
owner = "sraoss";
repo = "pg_ivm";
tag = "v${finalAttrs.version}";
hash = "sha256-4/ftJkm2ZInm9lkjJG7y4ZULwlyVC19lP0wGXu56SGw=";
hash = "sha256-fPtDwP+IZ/RQOriRklSvpUnJ8qEwJaxIrcfnAReRQeQ=";
};
meta = {