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

osinfo-db: 20180325 -> 20180416
This commit is contained in:
Jörg Thalheim 2018-04-21 18:26:32 +01:00 committed by GitHub
commit df1e4d29b8
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-20180325";
name = "osinfo-db-20180416";
src = fetchurl {
url = "https://releases.pagure.org/libosinfo/${name}.tar.xz";
sha256 = "0lma4szxwg5vzb23p3hplllz9yi77x57dzijsz6n4qa399wzv8rs";
sha256 = "0qam3qbrwzrz40pikhb8y11lidpb6snsa80ym8s6hp5kh4icr1h6";
};
nativeBuildInputs = [ osinfo-db-tools intltool libxml2 ];