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

osinfo-db: 20181011 -> 20181101
This commit is contained in:
Renaud 2018-11-09 17:53:08 +01:00 committed by GitHub
commit 05a75a40e6
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-20181011";
name = "osinfo-db-20181101";
src = fetchurl {
url = "https://releases.pagure.org/libosinfo/${name}.tar.xz";
sha256 = "1f0xa50xn15p3zig9031icqky8drf0654sbjmmziw2ijcdyzfkcp";
sha256 = "1n9xq5nspfgsdqifh23ypsc85n5xl6cdbwdlacp0sa8rhkmfdvd7";
};
nativeBuildInputs = [ osinfo-db-tools intltool libxml2 ];