Skip to content

Commit

Permalink
appstream-glib: 0.5.12 -> 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
groxxda committed Sep 18, 2016
1 parent 7609416 commit 469b82c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/libraries/appstream-glib/default.nix
@@ -1,20 +1,20 @@
{ stdenv, fetchFromGitHub, pkgconfig, gettext, gtk3, intltool, glib
, gtk_doc, autoconf, automake, libtool, libarchive, libyaml
, gobjectIntrospection, sqlite, libsoup, gcab, attr, acl, docbook_xsl
, libuuid, json_glib
, libuuid, json_glib, autoconf-archive
}:

stdenv.mkDerivation rec {
name = "appstream-glib-0.5.12";
name = "appstream-glib-0.6.3";

src = fetchFromGitHub {
owner = "hughsie";
repo = "appstream-glib";
rev = stdenv.lib.replaceStrings ["." "-"] ["_" "_"] name;
sha256 = "00b0441f409vzgy0znn42k093w7hwv3495qvsakxnhvk1h1ws23s";
sha256 = "12l0vzhi9vpyrnf7vrpq21rb26mb6yskp5zgngdjyjanwhzmc617";
};

nativeBuildInputs = [ autoconf automake libtool pkgconfig intltool ];
nativeBuildInputs = [ autoconf automake libtool pkgconfig intltool autoconf-archive ];
buildInputs = [ glib gtk_doc gettext sqlite libsoup
gcab attr acl docbook_xsl libuuid json_glib
libarchive libyaml gtk3 gobjectIntrospection ];
Expand Down

0 comments on commit 469b82c

Please sign in to comment.