Skip to content

Commit

Permalink
gitg: 3.22.0 -> 3.23.90
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Apr 16, 2017
1 parent 65c99b7 commit ea16d72
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
9 changes: 4 additions & 5 deletions pkgs/desktops/gnome-3/3.22/misc/gitg/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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'';
Expand Down
6 changes: 3 additions & 3 deletions pkgs/desktops/gnome-3/3.22/misc/gitg/src.nix
Original file line number Diff line number Diff line change
@@ -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";
};
}

0 comments on commit ea16d72

Please sign in to comment.