vala_0_46: init at 0.46.1
This commit is contained in:
committed by
Tor Hedin Brønner
parent
6b4bdd626b
commit
2c4fd1512c
@@ -39,6 +39,8 @@ let
|
||||
# 0.42.4: https://github.com/openembedded/openembedded-core/raw/f2b4f9ec6f44dced7f88df849cca68961419eeb8/meta/recipes-devtools/vala/vala/disable-graphviz.patch
|
||||
"0.44" = ./disable-graphviz-0.44.3.patch;
|
||||
|
||||
"0.46" = ./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;
|
||||
@@ -123,5 +125,10 @@ in rec {
|
||||
sha256 = "0z5xy4qc95rm2gj7s2k14xm1xp3mrf0yz64fx4kddqjxkpsz87xz";
|
||||
};
|
||||
|
||||
vala_0_46 = generic {
|
||||
version = "0.46.1";
|
||||
sha256 = "10czkhclnisdz6k5qfiicmvx47m9177l5dkhjn29g43khnmpkr8l";
|
||||
};
|
||||
|
||||
vala = vala_0_44;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user