appstream: 0.11.8 -> 0.12.2

This commit is contained in:
worldofpeace
2018-08-04 18:19:25 -04:00
parent d279992fc6
commit 1ef8646a73
2 changed files with 5 additions and 14 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
name = "appstream-qt-${version}";
inherit (appstream) version src patches prePatch;
inherit (appstream) version src prePatch;
buildInputs = appstream.buildInputs ++ [ appstream qtbase ];