summary refs log tree commit diff
path: root/pkgs/development/libraries/appstream-glib
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-10-06 17:09:02 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-10-06 17:09:02 -0700
commit59b948e672b9a83e6e61320888aae75065707148 (patch)
tree177c44468c66eafbd5cf3b1f96435febc03e6c86 /pkgs/development/libraries/appstream-glib
parent3dc58eda52ef935313cd0418264abd1d30d6b4d3 (diff)
downloadnixpkgs-59b948e672b9a83e6e61320888aae75065707148.tar
nixpkgs-59b948e672b9a83e6e61320888aae75065707148.tar.gz
nixpkgs-59b948e672b9a83e6e61320888aae75065707148.tar.bz2
nixpkgs-59b948e672b9a83e6e61320888aae75065707148.tar.lz
nixpkgs-59b948e672b9a83e6e61320888aae75065707148.tar.xz
nixpkgs-59b948e672b9a83e6e61320888aae75065707148.tar.zst
nixpkgs-59b948e672b9a83e6e61320888aae75065707148.zip
appstream-glib: 0.7.15 -> 0.7.16
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/appstream-glib/versions
Diffstat (limited to 'pkgs/development/libraries/appstream-glib')
-rw-r--r--pkgs/development/libraries/appstream-glib/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/appstream-glib/default.nix b/pkgs/development/libraries/appstream-glib/default.nix
index 694d91d5a0a..4b803554e66 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.15";
+  name = "appstream-glib-0.7.16";
 
   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 = "16cqs1s7nqc551sipgaxbbzwap1km0n12s4lcgfbxzzl9bcjbp9m";
+    sha256 = "05x2pmsq18fcpgfvx0y54qdlryy5c9k3sxk6kgank8frkzhgnm9r";
   };
 
   nativeBuildInputs = [