summary refs log tree commit diff
path: root/pkgs/development/libraries/appstream-glib
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-08 11:05:11 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-08 11:05:11 -0700
commit8a012a28bfa4f9116cd54c56248b692834244490 (patch)
tree8736ebeed2460ef9c7668e8848d9888e467379d8 /pkgs/development/libraries/appstream-glib
parentb9565143eaa17b7b7e03612769ebc6ca24eddae0 (diff)
downloadnixpkgs-8a012a28bfa4f9116cd54c56248b692834244490.tar
nixpkgs-8a012a28bfa4f9116cd54c56248b692834244490.tar.gz
nixpkgs-8a012a28bfa4f9116cd54c56248b692834244490.tar.bz2
nixpkgs-8a012a28bfa4f9116cd54c56248b692834244490.tar.lz
nixpkgs-8a012a28bfa4f9116cd54c56248b692834244490.tar.xz
nixpkgs-8a012a28bfa4f9116cd54c56248b692834244490.tar.zst
nixpkgs-8a012a28bfa4f9116cd54c56248b692834244490.zip
appstream-glib: 0.7.8 -> 0.7.9
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.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 0.7.9 with grep in /nix/store/c15qrflgi7dn8by6lndn4szzxqfv6fbh-appstream-glib-0.7.9
- directory tree listing: https://gist.github.com/8232c1c6ab5664cb630765eefbbf7f5f
- du listing: https://gist.github.com/820804a1f32be45fb3ccdd98d6dd6a86
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 b09f5f67f56..3a0868ccecb 100644
--- a/pkgs/development/libraries/appstream-glib/default.nix
+++ b/pkgs/development/libraries/appstream-glib/default.nix
@@ -4,7 +4,7 @@
 , libuuid, json-glib, meson, gperf, ninja
 }:
 stdenv.mkDerivation rec {
-  name = "appstream-glib-0.7.8";
+  name = "appstream-glib-0.7.9";
 
   outputs = [ "out" "dev" "man" "installedTests" ];
   outputBin = "dev";
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
     owner = "hughsie";
     repo = "appstream-glib";
     rev = stdenv.lib.replaceStrings ["." "-"] ["_" "_"] name;
-    sha256 = "10hcl3sl3g8ajg9mssq3g4dbzz0d4b2ybimrcq71cpycqrqhilhx";
+    sha256 = "10b32qw7iy0v1jvmf18wqgs8d1cpy52zm5rzw0wv421n90qiyidk";
   };
 
   nativeBuildInputs = [