gitg: 3.22.0 -> 3.23.90

This commit is contained in:
Jörg Thalheim 2017-04-16 14:20:49 +02:00
parent 65c99b7d6a
commit ea16d72bf3
No known key found for this signature in database
GPG key ID: CA4106B8D7CC79FA
2 changed files with 7 additions and 8 deletions

View file

@ -20,12 +20,11 @@ stdenv.mkDerivation rec {
propagatedUserEnvPkgs = [ shared_mime_info
gnome3.gnome_themes_standard ];
buildInputs = [ vala_0_32 intltool libgit2 pkgconfig gtk3 glib json_glib webkitgtk libgee libpeas
libgit2-glib gtkspell3 gnome3.gsettings_desktop_schemas gnome3.gtksourceview
librsvg libsecret dconf
gobjectIntrospection gnome3.adwaita-icon-theme ];
buildInputs = [ vala_0_32 libgit2 gtk3 glib json_glib webkitgtk libgee libpeas
libgit2-glib gtkspell3 gnome3.gtksourceview gnome3.gsettings_desktop_schemas
librsvg libsecret gobjectIntrospection gnome3.adwaita-icon-theme ];
nativeBuildInputs = [ wrapGAppsHook ];
nativeBuildInputs = [ wrapGAppsHook intltool pkgconfig ];
# https://bugzilla.gnome.org/show_bug.cgi?id=758240
preBuild = ''make -j$NIX_BUILD_CORES Gitg-1.0.gir'';

View file

@ -1,10 +1,10 @@
# Autogenerated by maintainers/scripts/gnome.sh update
fetchurl: {
name = "gitg-3.22.0";
name = "gitg-3.23.90";
src = fetchurl {
url = mirror://gnome/sources/gitg/3.22/gitg-3.22.0.tar.xz;
sha256 = "ba6895f85c18748294075980a5e03e0936ad4e84534dbb0d8f9e29aa874ddeaf";
url = mirror://gnome/sources/gitg/3.23/gitg-3.23.90.tar.xz;
sha256 = "0m3g8ag8nh6vj5m188l7sgkm7p8mrs094mjijqaaav3r6cz91fdg";
};
}