Merge pull request #260626 from marsam/update-timescaledb

postgresqlPackages.timescaledb: 2.12.0 -> 2.12.1

authored by Mario Rodas and committed by GitHub a0acbbbf b52131db

+3 -3
+3 -3
pkgs/servers/sql/postgresql/ext/timescaledb.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "timescaledb${lib.optionalString (!enableUnfree) "-apache"}"; 5 - version = "2.12.0"; 6 7 nativeBuildInputs = [ cmake ]; 8 buildInputs = [ postgresql openssl libkrb5 ]; ··· 11 owner = "timescale"; 12 repo = "timescaledb"; 13 rev = version; 14 - sha256 = "sha256-e4Sq5VzX5YPiFzG4T8OcCqzgxaWsyVeB21GAKl0aPDk="; 15 }; 16 17 cmakeFlags = [ "-DSEND_TELEMETRY_DEFAULT=OFF" "-DREGRESS_CHECKS=OFF" "-DTAP_CHECKS=OFF" ] ··· 35 meta = with lib; { 36 description = "Scales PostgreSQL for time-series data via automatic partitioning across time and space"; 37 homepage = "https://www.timescale.com/"; 38 - changelog = "https://github.com/timescale/timescaledb/raw/${version}/CHANGELOG.md"; 39 maintainers = with maintainers; [ marsam ]; 40 platforms = postgresql.meta.platforms; 41 license = with licenses; if enableUnfree then tsl else asl20;
··· 2 3 stdenv.mkDerivation rec { 4 pname = "timescaledb${lib.optionalString (!enableUnfree) "-apache"}"; 5 + version = "2.12.1"; 6 7 nativeBuildInputs = [ cmake ]; 8 buildInputs = [ postgresql openssl libkrb5 ]; ··· 11 owner = "timescale"; 12 repo = "timescaledb"; 13 rev = version; 14 + hash = "sha256-vl9DTbmRMs+2kpcCm7hY9Xd356bo2TlMzH4zWc6r8mQ="; 15 }; 16 17 cmakeFlags = [ "-DSEND_TELEMETRY_DEFAULT=OFF" "-DREGRESS_CHECKS=OFF" "-DTAP_CHECKS=OFF" ] ··· 35 meta = with lib; { 36 description = "Scales PostgreSQL for time-series data via automatic partitioning across time and space"; 37 homepage = "https://www.timescale.com/"; 38 + changelog = "https://github.com/timescale/timescaledb/blob/${version}/CHANGELOG.md"; 39 maintainers = with maintainers; [ marsam ]; 40 platforms = postgresql.meta.platforms; 41 license = with licenses; if enableUnfree then tsl else asl20;