libxmlb: 0.3.20 -> 0.3.21 (#358336)

This commit is contained in:
Weijia Wang 2024-11-24 11:43:56 +01:00 committed by GitHub
commit 8b6f73b7d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [