appstream-glib: 0.7.9 -> 0.7.10

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.

+2 -2
+2 -2
pkgs/development/libraries/appstream-glib/default.nix
··· 4 , libuuid, json-glib, meson, gperf, ninja 5 }: 6 stdenv.mkDerivation rec { 7 - name = "appstream-glib-0.7.9"; 8 9 outputs = [ "out" "dev" "man" "installedTests" ]; 10 outputBin = "dev"; ··· 13 owner = "hughsie"; 14 repo = "appstream-glib"; 15 rev = stdenv.lib.replaceStrings ["." "-"] ["_" "_"] name; 16 - sha256 = "10b32qw7iy0v1jvmf18wqgs8d1cpy52zm5rzw0wv421n90qiyidk"; 17 }; 18 19 nativeBuildInputs = [
··· 4 , libuuid, json-glib, meson, gperf, ninja 5 }: 6 stdenv.mkDerivation rec { 7 + name = "appstream-glib-0.7.10"; 8 9 outputs = [ "out" "dev" "man" "installedTests" ]; 10 outputBin = "dev"; ··· 13 owner = "hughsie"; 14 repo = "appstream-glib"; 15 rev = stdenv.lib.replaceStrings ["." "-"] ["_" "_"] name; 16 + sha256 = "1m4gww09id7hwzh4hri1y3hp7p0mdrf6fk9f924r2w66hlsdil0d"; 17 }; 18 19 nativeBuildInputs = [