postgresqlPackages.pg_ivm: 1.13 -> 1.14

This commit is contained in:
R. Ryantm
2026-04-04 21:45:56 +00:00
parent ee328b53ba
commit 5577fa87ab
+2 -2
View File
@@ -7,13 +7,13 @@
postgresqlBuildExtension (finalAttrs: {
pname = "pg_ivm";
version = "1.13";
version = "1.14";
src = fetchFromGitHub {
owner = "sraoss";
repo = "pg_ivm";
tag = "v${finalAttrs.version}";
hash = "sha256-DKU5jwnRo/kMycnq4nAdQTiZwv/wXybyjXLtz4xdaBo=";
hash = "sha256-z6g8ofu1s4SrQzasE9qOo3kjdFe00EZjvgVLewoGoDU=";
};
meta = {