edbrowse: 3.7.3 -> 3.7.4 (#43037)

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/7jcarzh31rmwvwsahbhq2k74al2x2am2-edbrowse-3.7.4/bin/edbrowse had a zero exit code or showed the expected version
- 0 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 3.7.4 with grep in /nix/store/7jcarzh31rmwvwsahbhq2k74al2x2am2-edbrowse-3.7.4
- directory tree listing: https://gist.github.com/21b2adbe415a5e475da47207b1f79386
- du listing: https://gist.github.com/e6ec448b581313e4148fb251bcdca067
This commit is contained in:
R. RyanTM 2018-07-06 12:08:11 -07:00 committed by xeji
parent 6084eacc66
commit be9c58b997

View File

@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
name = "edbrowse-${version}";
version = "3.7.3";
version = "3.7.4";
buildInputs = [ curl pcre readline openssl duktape perl html-tidy ];
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
owner = "CMB";
repo = "edbrowse";
rev = "v${version}";
sha256 = "19qdxigp0qv5vyy0hpn0czcc8papvivsjrxx7p367ihizm39yzla";
sha256 = "0i9ivyfy1dd16c89f392kwx6wxgkkpyq2hl32jhzra0fb0zyl0k6";
};
meta = with stdenv.lib; {
description = "Command Line Editor Browser";