osinfo-db: 20180514 -> 20180531 (#41532)

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 20180531 with grep in /nix/store/25851x07kvaxfb8s7427mhpvylj8swg1-osinfo-db-20180531
- directory tree listing: https://gist.github.com/60bc6cf4445cc0ea32c19263635f4abc
- du listing: https://gist.github.com/f17e071004c463f800b9a570501643e5
wip/yesman
R. RyanTM 6 years ago committed by xeji
parent a1e32fba96
commit 46dfe1eca8
  1. 4
      pkgs/data/misc/osinfo-db/default.nix

@ -1,11 +1,11 @@
{ stdenv, fetchurl, osinfo-db-tools, intltool, libxml2 }:
stdenv.mkDerivation rec {
name = "osinfo-db-20180514";
name = "osinfo-db-20180531";
src = fetchurl {
url = "https://releases.pagure.org/libosinfo/${name}.tar.xz";
sha256 = "1pyz89gwn3s9ha4chgfcfddi6dixm2dp4zsypfd38fwhqa9v0ij2";
sha256 = "0vw6hn7xdfj0q7wc3k9b0nvbghdp1b9dl63xz2v7frr55qv59m5x";
};
nativeBuildInputs = [ osinfo-db-tools intltool libxml2 ];

Loading…
Cancel
Save