vala_0_52: drop

Reaches end of life according to https://wiki.gnome.org/Projects/Vala
This commit is contained in:
Bobby Rong 2022-02-22 02:20:13 +00:00
parent ef27286f78
commit 86b9be7843
No known key found for this signature in database
GPG key ID: ED07364437C91161
2 changed files with 0 additions and 8 deletions

View file

@ -18,8 +18,6 @@ let
{
"0.48" = ./disable-graphviz-0.46.1.patch;
"0.52" = ./disable-graphviz-0.46.1.patch;
"0.54" = ./disable-graphviz-0.46.1.patch;
}.${lib.versions.majorMinor version} or (throw "no graphviz patch for this version of vala");
@ -91,11 +89,6 @@ in rec {
sha256 = "sha256-3jzIWNmV4HR0IZ4lo+Hw7ZmAcNLiBtOjE9Q3ml93oGo=";
};
vala_0_52 = generic {
version = "0.52.10";
sha256 = "sha256-nCAb+BLZh04hveU/jZwU9lF0ixqBRB/1ySkSJESQEAg=";
};
vala_0_54 = generic {
version = "0.54.6";
sha256 = "SdYNlqP99sQoc5dEK8bW2Vv0CqffZ47kkSjEsRum5Gk=";

View file

@ -13416,7 +13416,6 @@ with pkgs;
inherit (callPackage ../development/compilers/vala { })
vala_0_48
vala_0_52
vala_0_54
vala;