summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/typesetting
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-08-20 16:32:50 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-08-20 16:32:50 +0000
commited82670030756d15f8ae12460d45fbfdba3105b1 (patch)
treebee20cf515659ce584f0c5075ef0bc33eafa2d12 /pkgs/tools/typesetting
parent456481aa3dd633038c86635f3bcf83d339254119 (diff)
bibclean: 3.04 -> 3.06
Diffstat (limited to 'pkgs/tools/typesetting')
-rw-r--r--pkgs/tools/typesetting/bibclean/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/typesetting/bibclean/default.nix b/pkgs/tools/typesetting/bibclean/default.nix
index 8c7e123acf73..400319571784 100644
--- a/pkgs/tools/typesetting/bibclean/default.nix
+++ b/pkgs/tools/typesetting/bibclean/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "bibclean";
- version = "3.04";
+ version = "3.06";
src = fetchurl {
url = "http://ftp.math.utah.edu/pub/bibclean/bibclean-${version}.tar.xz";
- sha256 = "0n5jb6w86y91q5lkcc9sb1kh4c2bk3q2va24gfr0n6v1jzyqp9jg";
+ sha256 = "sha256-ZXT5uAQrqPoF6uVBazc4o1w40Sn0jnM+JYeOz7qq3kM=";
};
postPatch = ''