Skip to content

Commit 7e3f7b0

Browse files
committed
libxmlb: 0.3.20 -> 0.3.21
1 parent 27bc5d4 commit 7e3f7b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/li/libxmlb/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818

1919
stdenv.mkDerivation rec {
2020
pname = "libxmlb";
21-
version = "0.3.20";
21+
version = "0.3.21";
2222

2323
outputs = [ "out" "lib" "dev" "devdoc" "installedTests" ];
2424

2525
src = fetchFromGitHub {
2626
owner = "hughsie";
2727
repo = "libxmlb";
2828
rev = version;
29-
hash = "sha256-X1sOUaqafppEjlcq2jYFo+BXxNX1d+vLizSQM+x/pvg=";
29+
hash = "sha256-+gs1GqDVnt0uf/0vjUj+c9CRnUtaYfngBsjSs4ZwVXs=";
3030
};
3131

3232
patches = [

0 commit comments

Comments
 (0)