Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2021-02-06 00:35:48 +00:00
committed by GitHub
78 changed files with 2066 additions and 1290 deletions

View File

@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "osinfo-db";
version = "20201218";
version = "20210202";
src = fetchurl {
url = "https://releases.pagure.org/libosinfo/${pname}-${version}.tar.xz";
sha256 = "sha256-APKuXWtnpF1r/q2MXddaDeBnBigx4hwMevPwx5uNq3k=";
sha256 = "sha256-C7Vq7d+Uos9IhTwOgsrK64c9mMGVkNgfvOrbBqORsRs=";
};
nativeBuildInputs = [ osinfo-db-tools gettext libxml2 ];