about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-07-04 16:05:19 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-07-04 16:05:19 -0700
commit255e92a2fa1b2ee6803c8b137bfce6c50eef608f (patch)
tree92fba1ead7b2e5ceff3a81ef9664e4b525d459ff
parenta260b3d681164bedaeb90fd578390147799d638c (diff)
downloadnixlib-255e92a2fa1b2ee6803c8b137bfce6c50eef608f.tar
nixlib-255e92a2fa1b2ee6803c8b137bfce6c50eef608f.tar.gz
nixlib-255e92a2fa1b2ee6803c8b137bfce6c50eef608f.tar.bz2
nixlib-255e92a2fa1b2ee6803c8b137bfce6c50eef608f.tar.lz
nixlib-255e92a2fa1b2ee6803c8b137bfce6c50eef608f.tar.xz
nixlib-255e92a2fa1b2ee6803c8b137bfce6c50eef608f.tar.zst
nixlib-255e92a2fa1b2ee6803c8b137bfce6c50eef608f.zip
bibutils: 6.5 -> 6.6
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/bibutils/versions.

These checks were done:

- built on NixOS
- /nix/store/r30wckh6l8mskavjisn9ai663yzgjs8d-bibutils-6.6/bin/bib2xml passed the binary check.
- /nix/store/r30wckh6l8mskavjisn9ai663yzgjs8d-bibutils-6.6/bin/biblatex2xml passed the binary check.
- /nix/store/r30wckh6l8mskavjisn9ai663yzgjs8d-bibutils-6.6/bin/copac2xml passed the binary check.
- /nix/store/r30wckh6l8mskavjisn9ai663yzgjs8d-bibutils-6.6/bin/ebi2xml passed the binary check.
- /nix/store/r30wckh6l8mskavjisn9ai663yzgjs8d-bibutils-6.6/bin/end2xml passed the binary check.
- /nix/store/r30wckh6l8mskavjisn9ai663yzgjs8d-bibutils-6.6/bin/endx2xml passed the binary check.
- /nix/store/r30wckh6l8mskavjisn9ai663yzgjs8d-bibutils-6.6/bin/isi2xml passed the binary check.
- /nix/store/r30wckh6l8mskavjisn9ai663yzgjs8d-bibutils-6.6/bin/med2xml passed the binary check.
- /nix/store/r30wckh6l8mskavjisn9ai663yzgjs8d-bibutils-6.6/bin/nbib2xml passed the binary check.
- /nix/store/r30wckh6l8mskavjisn9ai663yzgjs8d-bibutils-6.6/bin/ris2xml passed the binary check.
- /nix/store/r30wckh6l8mskavjisn9ai663yzgjs8d-bibutils-6.6/bin/wordbib2xml passed the binary check.
- /nix/store/r30wckh6l8mskavjisn9ai663yzgjs8d-bibutils-6.6/bin/xml2ads passed the binary check.
- /nix/store/r30wckh6l8mskavjisn9ai663yzgjs8d-bibutils-6.6/bin/xml2bib passed the binary check.
- /nix/store/r30wckh6l8mskavjisn9ai663yzgjs8d-bibutils-6.6/bin/xml2end passed the binary check.
- /nix/store/r30wckh6l8mskavjisn9ai663yzgjs8d-bibutils-6.6/bin/xml2isi passed the binary check.
- /nix/store/r30wckh6l8mskavjisn9ai663yzgjs8d-bibutils-6.6/bin/xml2nbib passed the binary check.
- /nix/store/r30wckh6l8mskavjisn9ai663yzgjs8d-bibutils-6.6/bin/xml2ris passed the binary check.
- /nix/store/r30wckh6l8mskavjisn9ai663yzgjs8d-bibutils-6.6/bin/xml2wordbib passed the binary check.
- /nix/store/r30wckh6l8mskavjisn9ai663yzgjs8d-bibutils-6.6/bin/bibdiff passed the binary check.
- /nix/store/r30wckh6l8mskavjisn9ai663yzgjs8d-bibutils-6.6/bin/modsclean passed the binary check.
- 20 of 20 passed binary check by having a zero exit code.
- 0 of 20 passed binary check by having the new version present in output.
- found 6.6 with grep in /nix/store/r30wckh6l8mskavjisn9ai663yzgjs8d-bibutils-6.6
- directory tree listing: https://gist.github.com/3a779d6dd9bb4b17e28c713a106492c9
- du listing: https://gist.github.com/e1caec4eaf587621af829c3ac70b5e05
-rw-r--r--pkgs/tools/misc/bibutils/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/bibutils/default.nix b/pkgs/tools/misc/bibutils/default.nix
index d86908559742..41a50eecd84b 100644
--- a/pkgs/tools/misc/bibutils/default.nix
+++ b/pkgs/tools/misc/bibutils/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "bibutils-${version}";
-  version = "6.5";
+  version = "6.6";
 
   src = fetchurl {
     url = "mirror://sourceforge/bibutils/bibutils_${version}_src.tgz";
-    sha256 = "0bc5b9nyxbcc1y4vrhghj9y9221i34qq384zslfyb0ihkb6kq521";
+    sha256 = "1zqwhjsngnflzdp2nd3762bvmkjq5mal417fly1n2xfgdqpg37ps";
   };
 
   configureFlags = [ "--dynamic" "--install-dir" "$(out)/bin" "--install-lib" "$(out)/lib" ];