summary refs log tree commit diff
path: root/pkgs/development/libraries/appstream-glib/default.nix
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-03-04 15:32:05 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-03-04 15:32:05 +0000
commitf1e9591de9eb8d65a79f8e7b4714ff3a8335fc37 (patch)
tree3d721bb0019404796e45013459c3fce30c18b6ef /pkgs/development/libraries/appstream-glib/default.nix
parent79217339d26ff51ccacf10967de700d785f088e5 (diff)
downloadnixpkgs-f1e9591de9eb8d65a79f8e7b4714ff3a8335fc37.tar
nixpkgs-f1e9591de9eb8d65a79f8e7b4714ff3a8335fc37.tar.gz
nixpkgs-f1e9591de9eb8d65a79f8e7b4714ff3a8335fc37.tar.bz2
nixpkgs-f1e9591de9eb8d65a79f8e7b4714ff3a8335fc37.tar.lz
nixpkgs-f1e9591de9eb8d65a79f8e7b4714ff3a8335fc37.tar.xz
nixpkgs-f1e9591de9eb8d65a79f8e7b4714ff3a8335fc37.tar.zst
nixpkgs-f1e9591de9eb8d65a79f8e7b4714ff3a8335fc37.zip
appstream-glib: 0.7.16 -> 0.7.17
Diffstat (limited to 'pkgs/development/libraries/appstream-glib/default.nix')
-rw-r--r--pkgs/development/libraries/appstream-glib/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/appstream-glib/default.nix b/pkgs/development/libraries/appstream-glib/default.nix
index 4b803554e66..5b777dff3ea 100644
--- a/pkgs/development/libraries/appstream-glib/default.nix
+++ b/pkgs/development/libraries/appstream-glib/default.nix
@@ -23,7 +23,7 @@
 , pngquant
 }:
 stdenv.mkDerivation rec {
-  name = "appstream-glib-0.7.16";
+  name = "appstream-glib-0.7.17";
 
   outputs = [ "out" "dev" "man" "installedTests" ];
   outputBin = "dev";
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
     owner = "hughsie";
     repo = "appstream-glib";
     rev = stdenv.lib.replaceStrings [ "." "-" ] [ "_" "_" ] name;
-    sha256 = "05x2pmsq18fcpgfvx0y54qdlryy5c9k3sxk6kgank8frkzhgnm9r";
+    sha256 = "06pm8l58y0ladimyckbvlslr5bjj9rwb70rgjmn09l41pdpipy2i";
   };
 
   nativeBuildInputs = [
@@ -86,7 +86,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "Objects and helper methods to read and write AppStream metadata";
-    homepage = https://people.freedesktop.org/~hughsient/appstream-glib/;
+    homepage = "https://people.freedesktop.org/~hughsient/appstream-glib/";
     license = licenses.lgpl2Plus;
     platforms = platforms.unix;
     maintainers = with maintainers; [ lethalman matthewbauer ];