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

osinfo-db: 20190920 -> 20191125
This commit is contained in:
Mario Rodas 2019-12-22 18:00:59 -05:00 committed by GitHub
commit e615edeb20
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 = "20190920";
version = "20191125";
src = fetchurl {
url = "https://releases.pagure.org/libosinfo/${pname}-${version}.tar.xz";
sha256 = "12kwlqljaai4fsa08m7l28v41q6244dbracvqzcbg1cs0y9jxqy8";
sha256 = "102mdykp5pjv7lw7saig640vb5a8ivy4ji8sa68q2wzfwg1yix78";
};
nativeBuildInputs = [ osinfo-db-tools intltool libxml2 ];