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

osinfo-db: 20181101 -> 20181203
This commit is contained in:
Renaud 2018-12-16 21:19:42 +01:00 committed by GitHub
commit 41e6314839
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, fetchurl, osinfo-db-tools, intltool, libxml2 }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "osinfo-db-20181101"; name = "osinfo-db-20181203";
src = fetchurl { src = fetchurl {
url = "https://releases.pagure.org/libosinfo/${name}.tar.xz"; url = "https://releases.pagure.org/libosinfo/${name}.tar.xz";
sha256 = "1n9xq5nspfgsdqifh23ypsc85n5xl6cdbwdlacp0sa8rhkmfdvd7"; sha256 = "1wimbj3hqp3ni91l7drj24i7z7xxfdpn6svf1szk9qd93cxc65q2";
}; };
nativeBuildInputs = [ osinfo-db-tools intltool libxml2 ]; nativeBuildInputs = [ osinfo-db-tools intltool libxml2 ];