libxmlb: 0.3.18 -> 0.3.19

Changes: https://github.com/hughsie/libxmlb/releases/tag/0.3.19
This commit is contained in:
Sergei Trofimovich 2024-04-25 22:02:38 +01:00
parent 6df4f26ca2
commit 30e655fe86

View File

@ -18,7 +18,7 @@
stdenv.mkDerivation rec {
pname = "libxmlb";
version = "0.3.18";
version = "0.3.19";
outputs = [ "out" "lib" "dev" "devdoc" "installedTests" ];
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
owner = "hughsie";
repo = "libxmlb";
rev = version;
hash = "sha256-usVisj05BVLGD2b48Xpcu0xPOix13pO8FrKVHCYvlb8=";
hash = "sha256-gXLWHkT+h/wvmmi7PyIx16gbeYznVOT7CwuBgF3bjOY=";
};
patches = [