summary refs log tree commit diff
path: root/pkgs/tools/misc
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-14 13:08:36 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-14 13:08:36 -0700
commit7ce6373077146fd542690b8b15e4c0a698cb91be (patch)
tree4f902aea420658b52e6bce50c86a929b0557fc14 /pkgs/tools/misc
parent4ad049fba0f2507cfc3c6effbbf002eea1a48637 (diff)
downloadnixlib-7ce6373077146fd542690b8b15e4c0a698cb91be.tar
nixlib-7ce6373077146fd542690b8b15e4c0a698cb91be.tar.gz
nixlib-7ce6373077146fd542690b8b15e4c0a698cb91be.tar.bz2
nixlib-7ce6373077146fd542690b8b15e4c0a698cb91be.tar.lz
nixlib-7ce6373077146fd542690b8b15e4c0a698cb91be.tar.xz
nixlib-7ce6373077146fd542690b8b15e4c0a698cb91be.tar.zst
nixlib-7ce6373077146fd542690b8b15e4c0a698cb91be.zip
bibutils: 6.3 -> 6.5
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/cxpy0qdlx26bpkwfvxp77hjj89lkcg0n-bibutils-6.5/bin/bib2xml passed the binary check.
- /nix/store/cxpy0qdlx26bpkwfvxp77hjj89lkcg0n-bibutils-6.5/bin/biblatex2xml passed the binary check.
- /nix/store/cxpy0qdlx26bpkwfvxp77hjj89lkcg0n-bibutils-6.5/bin/copac2xml passed the binary check.
- /nix/store/cxpy0qdlx26bpkwfvxp77hjj89lkcg0n-bibutils-6.5/bin/end2xml passed the binary check.
- /nix/store/cxpy0qdlx26bpkwfvxp77hjj89lkcg0n-bibutils-6.5/bin/endx2xml passed the binary check.
- /nix/store/cxpy0qdlx26bpkwfvxp77hjj89lkcg0n-bibutils-6.5/bin/isi2xml passed the binary check.
- /nix/store/cxpy0qdlx26bpkwfvxp77hjj89lkcg0n-bibutils-6.5/bin/med2xml passed the binary check.
- /nix/store/cxpy0qdlx26bpkwfvxp77hjj89lkcg0n-bibutils-6.5/bin/nbib2xml passed the binary check.
- /nix/store/cxpy0qdlx26bpkwfvxp77hjj89lkcg0n-bibutils-6.5/bin/ris2xml passed the binary check.
- /nix/store/cxpy0qdlx26bpkwfvxp77hjj89lkcg0n-bibutils-6.5/bin/ebi2xml passed the binary check.
- /nix/store/cxpy0qdlx26bpkwfvxp77hjj89lkcg0n-bibutils-6.5/bin/wordbib2xml passed the binary check.
- /nix/store/cxpy0qdlx26bpkwfvxp77hjj89lkcg0n-bibutils-6.5/bin/xml2ads passed the binary check.
- /nix/store/cxpy0qdlx26bpkwfvxp77hjj89lkcg0n-bibutils-6.5/bin/xml2bib passed the binary check.
- /nix/store/cxpy0qdlx26bpkwfvxp77hjj89lkcg0n-bibutils-6.5/bin/xml2end passed the binary check.
- /nix/store/cxpy0qdlx26bpkwfvxp77hjj89lkcg0n-bibutils-6.5/bin/xml2isi passed the binary check.
- /nix/store/cxpy0qdlx26bpkwfvxp77hjj89lkcg0n-bibutils-6.5/bin/xml2ris passed the binary check.
- /nix/store/cxpy0qdlx26bpkwfvxp77hjj89lkcg0n-bibutils-6.5/bin/xml2wordbib passed the binary check.
- /nix/store/cxpy0qdlx26bpkwfvxp77hjj89lkcg0n-bibutils-6.5/bin/modsclean passed the binary check.
- 18 of 18 passed binary check by having a zero exit code.
- 0 of 18 passed binary check by having the new version present in output.
- found 6.5 with grep in /nix/store/cxpy0qdlx26bpkwfvxp77hjj89lkcg0n-bibutils-6.5
- directory tree listing: https://gist.github.com/7adb4b0732974e1615ff601aa185fe77
- du listing: https://gist.github.com/87e8d1fe8d3ee6c61fc25435cc5c5c54
Diffstat (limited to 'pkgs/tools/misc')
-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 90a2211235d7..d86908559742 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.3";
+  version = "6.5";
 
   src = fetchurl {
     url = "mirror://sourceforge/bibutils/bibutils_${version}_src.tgz";
-    sha256 = "10r5v5xbhsxdh6vq6g2xp6lgmpjdzba83h4m4clfhrzqis8clwqy";
+    sha256 = "0bc5b9nyxbcc1y4vrhghj9y9221i34qq384zslfyb0ihkb6kq521";
   };
 
   configureFlags = [ "--dynamic" "--install-dir" "$(out)/bin" "--install-lib" "$(out)/lib" ];