libxmlb: 0.1.15 → 0.2.0

https://github.com/hughsie/libxmlb/compare/0.1.15...0.2.0
b4f60764ec
This commit is contained in:
Jan Tojnar 2020-08-19 23:14:54 +02:00
parent 0f01fa0d41
commit 9e6606aaf3
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -15,7 +15,7 @@
stdenv.mkDerivation rec {
pname = "libxmlb";
version = "0.1.15";
version = "0.2.0";
outputs = [ "out" "lib" "dev" "devdoc" "installedTests" ];
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
owner = "hughsie";
repo = "libxmlb";
rev = version;
sha256 = "1mb73pnfwqc4mm0lm16yfn0lj495h8hcciprb2v6wgy3ifnnjxib";
sha256 = "VBIQo+6WqJUbkBZnG6eihx3eJFFWF68A7RpZ7gPVbEI=";
};
patches = [