timescaledb: 0.10.1 -> 0.11.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/timescaledb/versions.

+2 -2
+2 -2
pkgs/servers/sql/postgresql/timescaledb/default.nix
··· 8 8 9 9 stdenv.mkDerivation rec { 10 10 name = "timescaledb-${version}"; 11 - version = "0.10.1"; 11 + version = "0.11.0"; 12 12 13 13 nativeBuildInputs = [ cmake ]; 14 14 buildInputs = [ postgresql ]; ··· 17 17 owner = "timescale"; 18 18 repo = "timescaledb"; 19 19 rev = "refs/tags/${version}"; 20 - sha256 = "07qkkf7lbwaig26iia54vdakwmv33f71p8saqifz9lf0zy6xn0w0"; 20 + sha256 = "06xysf45r0c2sjfl6vgdbrm7pn7nxx2n0k29bm88q0ipyyp9fr0v"; 21 21 }; 22 22 23 23 # Fix the install phase which tries to install into the pgsql extension dir,