about summary refs log tree commit diff
path: root/pkgs/tools/misc/clex
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-19 14:31:23 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-19 14:31:23 -0700
commit2b534c6e7ed07385d90c8c5188173785963bf675 (patch)
treeded438b6fcb21796c8425eb07cec90a27c3842f8 /pkgs/tools/misc/clex
parent4627f0719dcc73ccd10d421b05af35170324971d (diff)
downloadnixlib-2b534c6e7ed07385d90c8c5188173785963bf675.tar
nixlib-2b534c6e7ed07385d90c8c5188173785963bf675.tar.gz
nixlib-2b534c6e7ed07385d90c8c5188173785963bf675.tar.bz2
nixlib-2b534c6e7ed07385d90c8c5188173785963bf675.tar.lz
nixlib-2b534c6e7ed07385d90c8c5188173785963bf675.tar.xz
nixlib-2b534c6e7ed07385d90c8c5188173785963bf675.tar.zst
nixlib-2b534c6e7ed07385d90c8c5188173785963bf675.zip
clex: 4.6.patch6 -> 4.6.patch9
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/qkxwkwy5z5spp4i1s47sxa4yp5fn74ih-clex-4.6.patch9/bin/clex passed the binary check.
- Warning: no invocation of /nix/store/qkxwkwy5z5spp4i1s47sxa4yp5fn74ih-clex-4.6.patch9/bin/kbd-test had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/qkxwkwy5z5spp4i1s47sxa4yp5fn74ih-clex-4.6.patch9/bin/cfg-clex had a zero exit code or showed the expected version
- 1 of 3 passed binary check by having a zero exit code.
- 0 of 3 passed binary check by having the new version present in output.
- found 4.6.patch9 with grep in /nix/store/qkxwkwy5z5spp4i1s47sxa4yp5fn74ih-clex-4.6.patch9
- directory tree listing: https://gist.github.com/2c328494e947f31dde0f4b4e11ae16cc
- du listing: https://gist.github.com/34e5287c0403e2308608877e577ca373
Diffstat (limited to 'pkgs/tools/misc/clex')
-rw-r--r--pkgs/tools/misc/clex/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/clex/default.nix b/pkgs/tools/misc/clex/default.nix
index 2f442a7a9c10..54a6fac17a3c 100644
--- a/pkgs/tools/misc/clex/default.nix
+++ b/pkgs/tools/misc/clex/default.nix
@@ -2,10 +2,10 @@
 
 stdenv.mkDerivation rec {
   name = "clex-${version}";
-  version = "4.6.patch6";
+  version = "4.6.patch9";
 
   src = fetchurl {
-    sha256 = "0bqa2hc9721d62cfsy5c7a5pzgh9b4px7g4q60xlybkwll19qbbp";
+    sha256 = "1qj5yp8k90wag5sb3zrm2pn90qqx3zbrgf2gqpqpdqmlgffnv1jc";
     url = "${meta.homepage}/download/${name}.tar.gz";
   };