From fca8ce870c9fe8c8cac5e0dee6774ac3dc2ba24e Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Sun, 20 May 2018 15:26:12 -0700 Subject: osinfo-db: 20180502 -> 20180514 Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/osinfo-db/versions. These checks were done: - built on NixOS - 0 of 0 passed binary check by having a zero exit code. - 0 of 0 passed binary check by having the new version present in output. - found 20180514 with grep in /nix/store/4lgxl3vd6h691mx9hn2znln8idhv5bnn-osinfo-db-20180514 - directory tree listing: https://gist.github.com/557cda4c5d9742fc2f03e3eb6c73b7ee - du listing: https://gist.github.com/17de36b5bae99c6d771de2b293c347b5 --- pkgs/data/misc/osinfo-db/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/data/misc/osinfo-db/default.nix b/pkgs/data/misc/osinfo-db/default.nix index 82122335f695..7f0fbd71021b 100644 --- a/pkgs/data/misc/osinfo-db/default.nix +++ b/pkgs/data/misc/osinfo-db/default.nix @@ -1,11 +1,11 @@ { stdenv, fetchurl, osinfo-db-tools, intltool, libxml2 }: stdenv.mkDerivation rec { - name = "osinfo-db-20180502"; + name = "osinfo-db-20180514"; src = fetchurl { url = "https://releases.pagure.org/libosinfo/${name}.tar.xz"; - sha256 = "05036mpc5hapx616lfzc67xj157hw3mgyk0arv3brjcx0qmzaram"; + sha256 = "1pyz89gwn3s9ha4chgfcfddi6dixm2dp4zsypfd38fwhqa9v0ij2"; }; nativeBuildInputs = [ osinfo-db-tools intltool libxml2 ]; -- cgit 1.4.1