summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/edbrowse
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-07-06 12:08:11 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-07-06 21:08:11 +0200
commitbe9c58b997702aabf4632e21409654be655f4e51 (patch)
treeb53add2734ee9e1869528f468d24ef7bf12a842f /pkgs/applications/editors/edbrowse
parent6084eacc6697c6b9e2732dd1e541e9e62847c4e4 (diff)
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
Diffstat (limited to 'pkgs/applications/editors/edbrowse')
-rw-r--r--pkgs/applications/editors/edbrowse/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/edbrowse/default.nix b/pkgs/applications/editors/edbrowse/default.nix
index 862739b4ed01..28775e48e1a7 100644
--- a/pkgs/applications/editors/edbrowse/default.nix
+++ b/pkgs/applications/editors/edbrowse/default.nix
@@ -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";