about summary refs log tree commit diff
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2020-02-06 14:07:00 -0500
committerGitHub <noreply@github.com>2020-02-06 14:07:00 -0500
commit11b7ef8f96c124085e1b8b6ff4982eb11e14f7e6 (patch)
tree7ee7088fdb5b756761381c52802cc357a95dd053
parent2c7f99a799518cee39003e481d5ec734c00c3ef7 (diff)
parent59b948e672b9a83e6e61320888aae75065707148 (diff)
Merge pull request #70549 from r-ryantm/auto-update/appstream-glib
appstream-glib: 0.7.15 -> 0.7.16
-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 694d91d5a0ac5..4b803554e662f 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 = [