vala_0_50: init at 0.50.4
This commit is contained in:
parent
0ac9fb7f65
commit
2abce64a36
|
@ -38,6 +38,8 @@ let
|
|||
|
||||
"0.48" = ./disable-graphviz-0.46.1.patch;
|
||||
|
||||
"0.50" = ./disable-graphviz-0.46.1.patch;
|
||||
|
||||
}.${lib.versions.majorMinor version} or (throw "no graphviz patch for this version of vala");
|
||||
|
||||
disableGraphviz = lib.versionAtLeast version "0.38" && !withGraphviz;
|
||||
|
@ -127,5 +129,10 @@ in rec {
|
|||
sha256 = "0iz3zzimmk5wxvy5bi75v8ckv153gjrz3r5iqvl8xqackzi7v9fw";
|
||||
};
|
||||
|
||||
vala_0_50 = generic {
|
||||
version = "0.50.4";
|
||||
sha256 = "1353j852h04d1x6b4n6lbg3ay40ph0adb9yi25dh74pligx33z2q";
|
||||
};
|
||||
|
||||
vala = vala_0_48;
|
||||
}
|
||||
|
|
|
@ -11160,6 +11160,7 @@ in
|
|||
vala_0_44
|
||||
vala_0_46
|
||||
vala_0_48
|
||||
vala_0_50
|
||||
vala;
|
||||
|
||||
vyper = with python3Packages; toPythonApplication vyper;
|
||||
|
|
Loading…
Reference in New Issue