Unverified Commit 6d82eb77 authored by Maximilian Bosch's avatar Maximilian Bosch
Browse files

postgresqlPackages: remove compat with postgresql_11

parent 71ece62f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -6,7 +6,6 @@ let
    "14" = "sha256-w93Q499sZRk4q85A9yqKQjGUd9Pl8UL8K1D3W7mHRTU=";
    "13" = "sha256-Sot7FR0oW7kWA680pNCMCmlflu4RfJTSWZn9mrXrpzw=";
    "12" = "sha256-XezcXoHHLCD1/2OHmKhxome2pdjOsYAfZlpvOoU3aS4=";
    "11" = "sha256-ZkNAIMO69BxF3knQ+jcUBVuDgcoZXZccF5O+acpZ81M=";
  };
in
stdenv.mkDerivation rec {
+0 −4
Original line number Diff line number Diff line
@@ -22,10 +22,6 @@ let
      version = "1.3.9";
      hash = "sha256-64/dlm6e4flCxMQ8efsxfKSlja+Tko0zsghTgLatN+Y=";
    };
    "11" = {
      version = "1.3.9";
      hash = "sha256-8t/HhB/2Kjx4xMItmmKv3g9gba5VCBHdplYtYD/3UhA=";
    };
  }.${lib.versions.major postgresql.version} or (throw "Source for pg_hint_plan is not available for ${postgresql.version}");
in
stdenv.mkDerivation {
+0 −4
Original line number Diff line number Diff line
@@ -22,10 +22,6 @@ let
      version = "1.4.3";
      hash = "sha256-c8/xUFIHalu2bMCs57DeylK0oW0VnQwmUCpdp+tYqk4=";
    };
    "11" = {
      version = "1.3.4";
      hash = "sha256-UEnwD36ejeYWyKRHZ4mPt6/Ru76Gy8s/rgIvmgermiM=";
    };
  }.${lib.versions.major postgresql.version} or (throw "Source for pgaudit is not available for ${postgresql.version}");
in
stdenv.mkDerivation {
+0 −1
Original line number Diff line number Diff line
@@ -34,6 +34,5 @@ stdenv.mkDerivation rec {
    license = licenses.asl20;
    platforms = postgresql.meta.platforms;
    maintainers = [ maintainers.marsam ];
    broken = versions.major postgresql.version != "11";
  };
}