about summary refs log tree commit diff
path: root/pkgs/data/misc/osinfo-db
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-06-05 23:37:08 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-06-06 08:37:08 +0200
commit46dfe1eca806defde9a13fb8a94254ba5b086f7a (patch)
tree08a26e321b94a6545aa089aefd58a5763ce4d54c /pkgs/data/misc/osinfo-db
parenta1e32fba96e54b31e2426da73c7ba5a1e7d0de49 (diff)
downloadnixlib-46dfe1eca806defde9a13fb8a94254ba5b086f7a.tar
nixlib-46dfe1eca806defde9a13fb8a94254ba5b086f7a.tar.gz
nixlib-46dfe1eca806defde9a13fb8a94254ba5b086f7a.tar.bz2
nixlib-46dfe1eca806defde9a13fb8a94254ba5b086f7a.tar.lz
nixlib-46dfe1eca806defde9a13fb8a94254ba5b086f7a.tar.xz
nixlib-46dfe1eca806defde9a13fb8a94254ba5b086f7a.tar.zst
nixlib-46dfe1eca806defde9a13fb8a94254ba5b086f7a.zip
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
Diffstat (limited to 'pkgs/data/misc/osinfo-db')
-rw-r--r--pkgs/data/misc/osinfo-db/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/data/misc/osinfo-db/default.nix b/pkgs/data/misc/osinfo-db/default.nix
index 7f0fbd71021b..9919fb57f7cc 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-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 ];