protobuf_28: drop (#416677)
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
{ callPackage, ... }@args:
|
||||
|
||||
callPackage ./generic.nix (
|
||||
{
|
||||
version = "28.3";
|
||||
hash = "sha256-+bb5RxITzxuX50ItmpQhWEG1kMfvlizWTMJJzwlhhYM=";
|
||||
}
|
||||
// args
|
||||
)
|
||||
@@ -1618,6 +1618,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_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;
|
||||
protobuf3_23 = protobuf_23;
|
||||
protobuf3_21 = protobuf_21;
|
||||
|
||||
@@ -9324,7 +9324,6 @@ with pkgs;
|
||||
protobuf_31 = callPackage ../development/libraries/protobuf/31.nix { };
|
||||
protobuf_30 = callPackage ../development/libraries/protobuf/30.nix { };
|
||||
protobuf_29 = callPackage ../development/libraries/protobuf/29.nix { };
|
||||
protobuf_28 = callPackage ../development/libraries/protobuf/28.nix { };
|
||||
protobuf_27 = callPackage ../development/libraries/protobuf/27.nix { };
|
||||
protobuf_26 = callPackage ../development/libraries/protobuf/26.nix { };
|
||||
protobuf_25 = callPackage ../development/libraries/protobuf/25.nix { };
|
||||
@@ -9336,7 +9335,6 @@ with pkgs;
|
||||
protobuf_31
|
||||
protobuf_30
|
||||
protobuf_29
|
||||
protobuf_28
|
||||
protobuf_27
|
||||
protobuf_26
|
||||
protobuf_25
|
||||
|
||||
Reference in New Issue
Block a user