Merge pull request #70299 from worldofpeace/vala-0.46.2

vala: 0.46.1 -> 0.46.2
This commit is contained in:
worldofpeace 2019-10-03 14:42:33 +00:00 committed by GitHub
commit e48720e67f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View file

@ -4,7 +4,7 @@
, ninja
, pkgconfig
, intltool
, vala_0_44
, vala
, wrapGAppsHook
, gcr
, libpeas
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
intltool
ninja
pkgconfig
vala_0_44
vala
wrapGAppsHook
];

View file

@ -83,12 +83,12 @@ let
doCheck = false; # fails, requires dbus daemon
# Wait for PR #59372
#passthru = {
# passthru = {
# updateScript = gnome3.updateScript {
# attrPath = "${pname}_${lib.versions.major version}_${lib.versions.minor version}";
# packageName = pname;
# };
#};
# };
meta = with stdenv.lib; {
description = "Compiler for GObject type system";
@ -111,13 +111,13 @@ in rec {
};
vala_0_44 = generic {
version = "0.44.7";
sha256 = "0z5xy4qc95rm2gj7s2k14xm1xp3mrf0yz64fx4kddqjxkpsz87xz";
version = "0.44.8";
sha256 = "0f7pc496zvxfhbkhg8ayxykjas6f55mgv452wsnh0bz5zbxm8xrl";
};
vala_0_46 = generic {
version = "0.46.1";
sha256 = "10czkhclnisdz6k5qfiicmvx47m9177l5dkhjn29g43khnmpkr8l";
version = "0.46.2";
sha256 = "1g20fzcwh3j7ab46jalabyi005h2in0cp7xj0yga4b8hx29h61wj";
};
vala = vala_0_46;