libxmlb: 0.3.20 -> 0.3.21

This commit is contained in:
Weijia Wang 2024-11-23 08:10:47 +01:00
parent 27bc5d4ffa
commit 7e3f7b05f4

View File

@ -18,7 +18,7 @@
stdenv.mkDerivation rec {
pname = "libxmlb";
version = "0.3.20";
version = "0.3.21";
outputs = [ "out" "lib" "dev" "devdoc" "installedTests" ];
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
owner = "hughsie";
repo = "libxmlb";
rev = version;
hash = "sha256-X1sOUaqafppEjlcq2jYFo+BXxNX1d+vLizSQM+x/pvg=";
hash = "sha256-+gs1GqDVnt0uf/0vjUj+c9CRnUtaYfngBsjSs4ZwVXs=";
};
patches = [