summary refs log tree commit diff
path: root/pkgs/development/tools/misc
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-19 14:26:52 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-19 14:26:52 -0700
commit3a873fb3016de74cbb05ea75ba570aef49396102 (patch)
tree9093a0dfbbb6a656bd0b9b56da0d6f60a5d29777 /pkgs/development/tools/misc
parent4627f0719dcc73ccd10d421b05af35170324971d (diff)
downloadnixlib-3a873fb3016de74cbb05ea75ba570aef49396102.tar
nixlib-3a873fb3016de74cbb05ea75ba570aef49396102.tar.gz
nixlib-3a873fb3016de74cbb05ea75ba570aef49396102.tar.bz2
nixlib-3a873fb3016de74cbb05ea75ba570aef49396102.tar.lz
nixlib-3a873fb3016de74cbb05ea75ba570aef49396102.tar.xz
nixlib-3a873fb3016de74cbb05ea75ba570aef49396102.tar.zst
nixlib-3a873fb3016de74cbb05ea75ba570aef49396102.zip
doclifter: 2.17 -> 2.18
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/qzimyzp6c58i4jmqkmijzicyxzbn3j0x-doclifter-2.18/bin/manlifter had a zero exit code or showed the expected version
- /nix/store/qzimyzp6c58i4jmqkmijzicyxzbn3j0x-doclifter-2.18/bin/doclifter passed the binary check.
- 1 of 2 passed binary check by having a zero exit code.
- 1 of 2 passed binary check by having the new version present in output.
- found 2.18 with grep in /nix/store/qzimyzp6c58i4jmqkmijzicyxzbn3j0x-doclifter-2.18
- directory tree listing: https://gist.github.com/5f26018de7c8c2bbf86953b19997143a
- du listing: https://gist.github.com/b556716e68094c4f1457bbbbe6467d55
Diffstat (limited to 'pkgs/development/tools/misc')
-rw-r--r--pkgs/development/tools/misc/doclifter/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/misc/doclifter/default.nix b/pkgs/development/tools/misc/doclifter/default.nix
index 928f12602909..9b35d2960a4d 100644
--- a/pkgs/development/tools/misc/doclifter/default.nix
+++ b/pkgs/development/tools/misc/doclifter/default.nix
@@ -1,10 +1,10 @@
 {stdenv, fetchurl, python}:
 
 stdenv.mkDerivation {
-  name = "doclifter-2.17";
+  name = "doclifter-2.18";
   src = fetchurl {
-    url = http://www.catb.org/~esr/doclifter/doclifter-2.17.tar.gz;
-    sha256 = "1m8yfjbl8wzcml9q4k7m1crwid0a14r07fqf33bmmgx1zpjk8kmv";
+    url = http://www.catb.org/~esr/doclifter/doclifter-2.18.tar.gz;
+    sha256 = "0g39lbml7dclm2nb20j4ffzhq28226qiwxq1w37p7mpqijm7x3hw";
   };
   buildInputs = [ python ];