Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-03-15 00:40:27 +00:00
committed by GitHub
42 changed files with 412 additions and 220 deletions

View File

@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "osinfo-db";
version = "20210215";
version = "20210312";
src = fetchurl {
url = "https://releases.pagure.org/libosinfo/${pname}-${version}.tar.xz";
sha256 = "sha256-HIM3sq47+0nImiaw+CjjjgYnBIorwmA6UxaNefjYNZg=";
sha256 = "sha256-dUjsCeRFynN4xc65njntyohX+Ck4MeCzy1WPQjCHDhA=";
};
nativeBuildInputs = [ osinfo-db-tools gettext libxml2 ];