summary refs log tree commit diff
path: root/pkgs/development/libraries/libedit
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-06-09 15:03:33 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-06-10 00:03:33 +0200
commit75974f718f54292db3ca648886192d6a1f07cfde (patch)
tree5807e444f81229e57f7f147ffecea4a89aece3e9 /pkgs/development/libraries/libedit
parent4b58e6134fed546ddfbe6fded6bccb425b32ddda (diff)
downloadnixlib-75974f718f54292db3ca648886192d6a1f07cfde.tar
nixlib-75974f718f54292db3ca648886192d6a1f07cfde.tar.gz
nixlib-75974f718f54292db3ca648886192d6a1f07cfde.tar.bz2
nixlib-75974f718f54292db3ca648886192d6a1f07cfde.tar.lz
nixlib-75974f718f54292db3ca648886192d6a1f07cfde.tar.xz
nixlib-75974f718f54292db3ca648886192d6a1f07cfde.tar.zst
nixlib-75974f718f54292db3ca648886192d6a1f07cfde.zip
libedit: 20170329-3.1 -> 20180525-3.1 (#41550)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 20180525-3.1 with grep in /nix/store/cjyizgchlbid5kq9qhgjm4bsn78i0kw7-libedit-20180525-3.1
- directory tree listing: https://gist.github.com/2cbcdedff99016d29804a14409a498fd
- du listing: https://gist.github.com/7e82fe655e6c31f0f57fef287fd71e54
Diffstat (limited to 'pkgs/development/libraries/libedit')
-rw-r--r--pkgs/development/libraries/libedit/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libedit/default.nix b/pkgs/development/libraries/libedit/default.nix
index 154128144201..da4bbcad4fb6 100644
--- a/pkgs/development/libraries/libedit/default.nix
+++ b/pkgs/development/libraries/libedit/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, ncurses, groff }:
 
 stdenv.mkDerivation rec {
-  name = "libedit-20170329-3.1";
+  name = "libedit-20180525-3.1";
 
   src = fetchurl {
     url = "http://thrysoee.dk/editline/${name}.tar.gz";
-    sha256 = "1gnlgl0x8g9ky59s70nriy5gv47676d1s4ypvbv8y11apl7xkwli";
+    sha256 = "05iicng4kag5hxdc7adbyj1gm3qbmvcc33m9cyx5gys0s67yl6y4";
   };
 
   outputs = [ "out" "dev" ];