From 8267dc061df9e99957a548beeee4031b73533da2 Mon Sep 17 00:00:00 2001 From: 宋文武 Date: Wed, 28 Jan 2015 10:23:42 +0800 Subject: appstream: Update to 0.8.0 --- pkgs/development/libraries/appstream/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/development/libraries/appstream') diff --git a/pkgs/development/libraries/appstream/default.nix b/pkgs/development/libraries/appstream/default.nix index 328ef8c6ee5..5cdfa4bc601 100644 --- a/pkgs/development/libraries/appstream/default.nix +++ b/pkgs/development/libraries/appstream/default.nix @@ -4,7 +4,7 @@ }: stdenv.mkDerivation { - name = "appstream-0.7.6"; + name = "appstream-0.8.0"; meta = with stdenv.lib; { description = "Software metadata handling library"; @@ -22,8 +22,8 @@ stdenv.mkDerivation { }; src = fetchurl { - url = "https://github.com/ximion/appstream/archive/APPSTREAM_0_7_6.tar.gz"; - sha256 = "0djbngda3qbhvz1p0cqlsxy5iyshyrya0vh8xvc75y99agsrijkz"; + url = "https://github.com/ximion/appstream/archive/APPSTREAM_0_8_0.tar.gz"; + sha256 = "16a3b38avrwyl1pp8jdgfjv6cd5mccbmk4asni92l40y5r0xfycr"; }; nativeBuildInputs = [ -- cgit 1.4.1