Merge pull request #106476 from r-ryantm/auto-update/osinfo-db

osinfo-db: 20201015 -> 20201119
This commit is contained in:
Mario Rodas 2020-12-13 20:56:07 -05:00 committed by GitHub
commit 9de26d2610
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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