protobuf_24: remove

This commit is contained in:
Aaron Jheng 2025-07-14 08:24:25 +08:00
parent f68666ff27
commit 35bf138703
No known key found for this signature in database
GPG Key ID: F6A547A869D050A3
3 changed files with 1 additions and 11 deletions

View File

@ -1,9 +0,0 @@
{ callPackage, ... }@args:
callPackage ./generic.nix (
{
version = "24.4";
hash = "sha256-I+Xtq4GOs++f/RlVff9MZuolXrMLmrZ2z6mkBayqQ2s=";
}
// args
)

View File

@ -1653,6 +1653,7 @@ mapAliases {
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
protobuf_24 = throw "'protobuf_24' has been removed from nixpkgs. Consider using a more recent version of the protobuf library"; # Added 2025-07-14
protobuf_26 = throw "'protobuf_26' has been removed from nixpkgs. Consider using a more recent version of the protobuf library"; # Added 2025-06-29
protobuf_28 = throw "'protobuf_28' has been removed from nixpkgs. Consider using a more recent version of the protobuf library"; # Added 2025-06-14
protobuf3_24 = protobuf_24;

View File

@ -9249,7 +9249,6 @@ with pkgs;
};
protobuf_27 = callPackage ../development/libraries/protobuf/27.nix { };
protobuf_25 = callPackage ../development/libraries/protobuf/25.nix { };
protobuf_24 = callPackage ../development/libraries/protobuf/24.nix { };
protobuf_21 = callPackage ../development/libraries/protobuf/21.nix {
abseil-cpp = abseil-cpp_202103;
};
@ -9259,7 +9258,6 @@ with pkgs;
protobuf_29
protobuf_27
protobuf_25
protobuf_24
protobuf_21
;