Merge pull request #258306 from aaronjheng/protobuf3_19

protobuf3_19: remove
This commit is contained in:
Weijia Wang 2023-10-01 12:32:18 +02:00 committed by GitHub
commit ea6ec24531
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 9 deletions

View File

@ -1,6 +0,0 @@
{ callPackage, ... } @ args:
callPackage ./generic-v3.nix ({
version = "3.19.6";
sha256 = "sha256-+ul9F8tyrwk2p25Dd9ragqwpYzdxdeGjpXhLAwKYWfM=";
} // args)

View File

@ -1472,6 +1472,7 @@ mapAliases ({
protobuf3_7 = throw "protobuf3_7 does not receive updates anymore and has been removed"; # Added 2022-10-03
protobuf3_11 = throw "protobuf3_11 does not receive updates anymore and has been removed"; # Added 2022-09-28
protobuf3_17 = throw "protobuf3_17 does not receive updates anymore and has been removed"; # Added 2023-05-21
protobuf3_19 = throw "protobuf3_19 does not receive updates anymore and has been removed"; # Added 2023-10-01
protonup = protonup-ng; # Added 2022-11-06
proxmark3-rrg = proxmark3; # Added 2023-07-25
proxmark3-unstable = throw "removed in favor of rfidresearchgroup fork"; # Added 2023-07-25

View File

@ -24750,9 +24750,6 @@ with pkgs;
protobuf3_20 = callPackage ../development/libraries/protobuf/3.20.nix {
abseil-cpp = abseil-cpp_202103;
};
protobuf3_19 = callPackage ../development/libraries/protobuf/3.19.nix {
abseil-cpp = abseil-cpp_202103;
};
protobufc = callPackage ../development/libraries/protobufc { };