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

osinfo-db: 20180920 -> 20181011
This commit is contained in:
Jörg Thalheim 2018-10-15 23:30:49 +01:00 committed by GitHub
commit 1a83f06f73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, osinfo-db-tools, intltool, libxml2 }:
stdenv.mkDerivation rec {
name = "osinfo-db-20180920";
name = "osinfo-db-20181011";
src = fetchurl {
url = "https://releases.pagure.org/libosinfo/${name}.tar.xz";
sha256 = "19jbzf1g523bkckli043q21hgbfv0043b5ib4zjiz8x98h7ngiac";
sha256 = "1f0xa50xn15p3zig9031icqky8drf0654sbjmmziw2ijcdyzfkcp";
};
nativeBuildInputs = [ osinfo-db-tools intltool libxml2 ];