libxmlb: 0.3.9 -> 0.3.10

This commit is contained in:
R. Ryantm 2022-09-12 09:17:09 +00:00 committed by Jan Tojnar
parent bc7d278ac6
commit e449f76a1f

View File

@ -17,7 +17,7 @@
stdenv.mkDerivation rec {
pname = "libxmlb";
version = "0.3.9";
version = "0.3.10";
outputs = [ "out" "lib" "dev" "devdoc" "installedTests" ];
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
owner = "hughsie";
repo = "libxmlb";
rev = version;
sha256 = "sha256-4WTuwxpIsE7gHXFiuWuZeu2JMGzPLpsmS1KTEdR3ztg=";
sha256 = "sha256-uitnVqR2VVNAf8H1Q/u6LezhvfQJ/G2bE0Dv9dyP8+A=";
};
patches = [