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

osinfo-db: 20180416 -> 20180502
This commit is contained in:
Jörg Thalheim 2018-05-07 14:06:36 +01:00 committed by GitHub
commit c3f08e6a97
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-20180416";
name = "osinfo-db-20180502";
src = fetchurl {
url = "https://releases.pagure.org/libosinfo/${name}.tar.xz";
sha256 = "0qam3qbrwzrz40pikhb8y11lidpb6snsa80ym8s6hp5kh4icr1h6";
sha256 = "05036mpc5hapx616lfzc67xj157hw3mgyk0arv3brjcx0qmzaram";
};
nativeBuildInputs = [ osinfo-db-tools intltool libxml2 ];