Unverified Commit 3ce49bea authored by kirillrdy's avatar kirillrdy Committed by GitHub
Browse files

postgresqlPackages.timescaledb-apache: 2.25.2 -> 2.26.0 (#503054)

parents cb1b7355 1ed89b35
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@

postgresqlBuildExtension (finalAttrs: {
  pname = "timescaledb${lib.optionalString (!enableUnfree) "-apache"}";
  version = "2.25.2";
  version = "2.26.0";

  src = fetchFromGitHub {
    owner = "timescale";
    repo = "timescaledb";
    tag = finalAttrs.version;
    hash = "sha256-PtkeGuBWGYMiacVUnJcM+jDDNxis9IQTcwQuaaUqMvE=";
    hash = "sha256-3shPIY/9bdlf+PryZ/NeChmdYtsKHfwE9x6jvBKaWS8=";
  };

  nativeBuildInputs = [ cmake ];