postgresqlJitPackages.timescaledb 2.13.1 -> 2.14.0 https://repology.org/project/timescaledb/versions attrpath: postgresqlJitPackages.timescaledb Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/servers/sql/postgresql/ext/timescaledb.nix b/pkgs/servers/sql/postgresql/ext/timescaledb.nix index 912bca925d80..1eccedf1fda5 100644 --- a/pkgs/servers/sql/postgresql/ext/timescaledb.nix +++ b/pkgs/servers/sql/postgresql/ext/timescaledb.nix @@ -2,7 +2,7 @@ stdenv.mkDerivation rec { pname = "timescaledb${lib.optionalString (!enableUnfree) "-apache"}"; - version = "2.13.1"; + version = "2.14.0"; nativeBuildInputs = [ cmake ]; buildInputs = [ postgresql openssl libkrb5 ]; @@ -11,7 +11,7 @@ stdenv.mkDerivation rec { owner = "timescale"; repo = "timescaledb"; rev = version; - hash = "sha256-7OMeH818f/wu55jQS/6pP+hl7ph2Ul5LiLrSDA47SeM="; + hash = "sha256-CtuJSLhrgvUAyJDnPvCNH2Rizl0W6SuMjWA6wpDqRtE="; }; cmakeFlags = [ "-DSEND_TELEMETRY_DEFAULT=OFF" "-DREGRESS_CHECKS=OFF" "-DTAP_CHECKS=OFF" ] Successfully finished processing cachix "/nix/store/h99lfdag1iv3vsagn6adc62qk1kw8pf8-timescaledb-2.14.0" Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
4 packages marked as broken and skipped:
16 packages built:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://repology.org/project/timescaledb/versions. meta.description for postgresqlJitPackages.timescaledb is: Scales PostgreSQL for time-series data via automatic partitioning across time and space meta.homepage for postgresqlJitPackages.timescaledb is: https://www.timescale.com/ meta.changelog for postgresqlJitPackages.timescaledb is: https://github.com/timescale/timescaledb/blob/2.14.0/CHANGELOG.md ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/timescale/timescaledb/releases/tag/2.14.0) - [Compare changes on GitHub](https://github.com/timescale/timescaledb/compare/2.13.1...2.14.0) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 2.14.0 with grep in /nix/store/h99lfdag1iv3vsagn6adc62qk1kw8pf8-timescaledb-2.14.0 - found 2.14.0 in filename of file in /nix/store/h99lfdag1iv3vsagn6adc62qk1kw8pf8-timescaledb-2.14.0 ---
Rebuild report (if merged into master) (click to expand) ``` 24 total rebuild path(s) 24 package rebuild(s) First fifty rebuilds by attrpath postgresql12JitPackages.timescaledb postgresql12JitPackages.timescaledb-apache postgresql12Packages.timescaledb postgresql12Packages.timescaledb-apache postgresql13JitPackages.timescaledb postgresql13JitPackages.timescaledb-apache postgresql13Packages.timescaledb postgresql13Packages.timescaledb-apache postgresql14JitPackages.timescaledb postgresql14JitPackages.timescaledb-apache postgresql14Packages.timescaledb postgresql14Packages.timescaledb-apache postgresql15JitPackages.timescaledb postgresql15JitPackages.timescaledb-apache postgresql15Packages.timescaledb postgresql15Packages.timescaledb-apache postgresql16JitPackages.timescaledb postgresql16JitPackages.timescaledb-apache postgresql16Packages.timescaledb postgresql16Packages.timescaledb-apache postgresqlJitPackages.timescaledb postgresqlJitPackages.timescaledb-apache postgresqlPackages.timescaledb postgresqlPackages.timescaledb-apache ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/h99lfdag1iv3vsagn6adc62qk1kw8pf8-timescaledb-2.14.0 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A postgresqlJitPackages.timescaledb https://github.com/r-ryantm/nixpkgs/archive/7037880062facad5fbe7427fe34f9c382679d04d.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/7037880062facad5fbe7427fe34f9c382679d04d#postgresqlJitPackages.timescaledb ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/h99lfdag1iv3vsagn6adc62qk1kw8pf8-timescaledb-2.14.0 ls -la /nix/store/h99lfdag1iv3vsagn6adc62qk1kw8pf8-timescaledb-2.14.0/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
4 packages marked as broken and skipped:
16 packages built:
--- ###### Maintainer pings cc @marsam for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/287377