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 , ninja
, pkgconfig , pkgconfig
, intltool , intltool
, vala_0_44 , vala
, wrapGAppsHook , wrapGAppsHook
, gcr , gcr
, libpeas , libpeas
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
intltool intltool
ninja ninja
pkgconfig pkgconfig
vala_0_44 vala
wrapGAppsHook wrapGAppsHook
]; ];

View File

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