Loading pkgs/servers/sql/postgresql/ext/timescaledb.nix +2 −2 Original line number Diff line number Diff line Loading @@ -13,13 +13,13 @@ postgresqlBuildExtension (finalAttrs: { pname = "timescaledb${lib.optionalString (!enableUnfree) "-apache"}"; version = "2.26.1"; version = "2.26.2"; src = fetchFromGitHub { owner = "timescale"; repo = "timescaledb"; tag = finalAttrs.version; hash = "sha256-SI4qjK0DLtoiN7DDHNWWPdgqWPkUp0zmJQd9L4kQ1X0="; hash = "sha256-OGo1EFKcMnR8CR6U8emfAJtwhhIx1EEPddmt5gQA04Q="; }; nativeBuildInputs = [ cmake ]; Loading Loading
pkgs/servers/sql/postgresql/ext/timescaledb.nix +2 −2 Original line number Diff line number Diff line Loading @@ -13,13 +13,13 @@ postgresqlBuildExtension (finalAttrs: { pname = "timescaledb${lib.optionalString (!enableUnfree) "-apache"}"; version = "2.26.1"; version = "2.26.2"; src = fetchFromGitHub { owner = "timescale"; repo = "timescaledb"; tag = finalAttrs.version; hash = "sha256-SI4qjK0DLtoiN7DDHNWWPdgqWPkUp0zmJQd9L4kQ1X0="; hash = "sha256-OGo1EFKcMnR8CR6U8emfAJtwhhIx1EEPddmt5gQA04Q="; }; nativeBuildInputs = [ cmake ]; Loading