appstream: 0.15.2 -> 0.15.5

authored by R. Ryantm and committed by Jan Tojnar b1ce0dce 334c6d56

+2 -2
+2 -2
pkgs/development/libraries/appstream/default.nix
··· 27 27 28 28 stdenv.mkDerivation rec { 29 29 pname = "appstream"; 30 - version = "0.15.2"; 30 + version = "0.15.5"; 31 31 # When bumping this package, please also check whether 32 32 # fix-build-for-qt-olderthan-514.patch still applies by 33 33 # building libsForQt512.appstream-qt. ··· 38 38 owner = "ximion"; 39 39 repo = "appstream"; 40 40 rev = "v${version}"; 41 - sha256 = "sha256-/JZ49wjtcInbGUOVVjevVSrLCHcA60FMT165rhfb78Q="; 41 + sha256 = "sha256-KVZCtu1w5FMgXZMiSW55rbrI6W/A9zWWKKvACtk/jjk="; 42 42 }; 43 43 44 44 patches = [