vala_0_46: drop

Has reached end of life
This commit is contained in:
Bobby Rong 2021-12-03 14:54:16 +08:00
parent 17aff7a84b
commit 9ef385f993
No known key found for this signature in database
GPG Key ID: ED07364437C91161
2 changed files with 0 additions and 8 deletions

View File

@ -28,8 +28,6 @@ let
# 0.40.12: https://github.com/openembedded/openembedded-core/raw/8553c52f174af4c8c433c543f806f5ed5c1ec48c/meta/recipes-devtools/vala/vala/disable-graphviz.patch
"0.40" = ./disable-graphviz-0.40.12.patch;
"0.46" = ./disable-graphviz-0.46.1.patch;
"0.48" = ./disable-graphviz-0.46.1.patch;
"0.50" = ./disable-graphviz-0.46.1.patch;
@ -107,11 +105,6 @@ in rec {
sha256 = "1pxpack8rrmywlf47v440hc6rv3vi8q9c6niwqnwikxvb2pwf3w7";
};
vala_0_46 = generic {
version = "0.46.13";
sha256 = "0d7l4vh2xra3q75kw3sy2d9bn5p6s3g3r7j37bdn6ir8l3wp2ivs";
};
vala_0_48 = generic {
version = "0.48.20";
sha256 = "sha256-RrHIF/dIUfvMOV/E+eoRlQLPh7kzPMllbhzczAvTN24=";

View File

@ -13154,7 +13154,6 @@ with pkgs;
inherit (callPackage ../development/compilers/vala { })
vala_0_40
vala_0_46
vala_0_48
vala_0_50
vala_0_52