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

osinfo-db: 20180311 -> 20180325
This commit is contained in:
Matthew Justin Bauer 2018-04-08 21:22:11 -05:00 committed by GitHub
commit 3b9a01ecb6
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-20180311"; name = "osinfo-db-20180325";
src = fetchurl { src = fetchurl {
url = "https://releases.pagure.org/libosinfo/${name}.tar.xz"; url = "https://releases.pagure.org/libosinfo/${name}.tar.xz";
sha256 = "0pzm9vsr2f5943nlp2ljm19czcys5pvq6hjxh0ja2vx74pwhylb6"; sha256 = "0lma4szxwg5vzb23p3hplllz9yi77x57dzijsz6n4qa399wzv8rs";
}; };
nativeBuildInputs = [ osinfo-db-tools intltool libxml2 ]; nativeBuildInputs = [ osinfo-db-tools intltool libxml2 ];