1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 14:41:17 +00:00

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
This commit is contained in:
R. RyanTM 2018-06-09 15:03:33 -07:00 committed by xeji
parent 4b58e6134f
commit 75974f718f

View file

@ -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" ];