Unverified Commit 5bd86631 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

protobuf_23: drop (#400371)

parents 7c55dce4 3ed28237
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
{ callPackage, ... }@args:

callPackage ./generic.nix (
  {
    version = "23.4";
    hash = "sha256-eI+mrsZAOLEsdyTC3B+K+GjD3r16CmPx1KJ2KhCwFdg=";
  }
  // args
)
+1 −0
Original line number Diff line number Diff line
@@ -1470,6 +1470,7 @@ mapAliases {
  prometheus-openldap-exporter = throw "'prometheus-openldap-exporter' has been removed from nixpkgs, as it was unmaintained"; # Added 2024-09-01
  prometheus-minio-exporter = throw "'prometheus-minio-exporter' has been removed from nixpkgs, use Minio's built-in Prometheus integration instead"; # Added 2024-06-10
  prometheus-tor-exporter = throw "'prometheus-tor-exporter' has been removed from nixpkgs, as it was broken and unmaintained"; # Added 2024-10-30
  protobuf_23 = throw "'protobuf_23' has been removed from nixpkgs. Consider using a more recent version of the protobuf library"; # Added 2025-04-20
  protobuf3_24 = protobuf_24;
  protobuf3_23 = protobuf_23;
  protobuf3_21 = protobuf_21;
+0 −4
Original line number Diff line number Diff line
@@ -10872,9 +10872,6 @@ with pkgs;
      protobuf_26 = callPackage ../development/libraries/protobuf/26.nix { };
      protobuf_25 = callPackage ../development/libraries/protobuf/25.nix { };
      protobuf_24 = callPackage ../development/libraries/protobuf/24.nix { };
      protobuf_23 = callPackage ../development/libraries/protobuf/23.nix {
        abseil-cpp = abseil-cpp_202301;
      };
      protobuf_21 = callPackage ../development/libraries/protobuf/21.nix {
        abseil-cpp = abseil-cpp_202103;
      };
@@ -10885,7 +10882,6 @@ with pkgs;
    protobuf_26
    protobuf_25
    protobuf_24
    protobuf_23
    protobuf_21
    ;