summary refs log tree commit diff
path: root/pkgs/development/libraries/appstream-glib
diff options
context:
space:
mode:
authorAlexander Ried <ried@mytum.de>2016-09-18 21:21:02 +0200
committerAlexander Ried <ried@mytum.de>2016-09-18 21:21:02 +0200
commit469b82c0dac040b9413c6d51e03a4693411de558 (patch)
tree843dcdeab5e43e5a8201838c2d92c7f226d45b0a /pkgs/development/libraries/appstream-glib
parent76094163ae00803ee30ca8c8e850edbd3da502ae (diff)
downloadnixpkgs-469b82c0dac040b9413c6d51e03a4693411de558.tar
nixpkgs-469b82c0dac040b9413c6d51e03a4693411de558.tar.gz
nixpkgs-469b82c0dac040b9413c6d51e03a4693411de558.tar.bz2
nixpkgs-469b82c0dac040b9413c6d51e03a4693411de558.tar.lz
nixpkgs-469b82c0dac040b9413c6d51e03a4693411de558.tar.xz
nixpkgs-469b82c0dac040b9413c6d51e03a4693411de558.tar.zst
nixpkgs-469b82c0dac040b9413c6d51e03a4693411de558.zip
appstream-glib: 0.5.12 -> 0.6.3
Diffstat (limited to 'pkgs/development/libraries/appstream-glib')
-rw-r--r--pkgs/development/libraries/appstream-glib/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/libraries/appstream-glib/default.nix b/pkgs/development/libraries/appstream-glib/default.nix
index 8450def0845..caaa826ae67 100644
--- a/pkgs/development/libraries/appstream-glib/default.nix
+++ b/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 ];