osinfo-db: 20201119 -> 20201218

This commit is contained in:
R. RyanTM 2021-01-30 23:19:51 +00:00
parent e58ed984d6
commit c06068bc1e

View file

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