about summary refs log tree commit diff
path: root/pkgs/applications/editors/edbrowse
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-04-17 05:30:26 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-04-17 05:30:26 -0700
commit8e5088593f670cc50bbaf0dd3e11d183f7feb7fa (patch)
tree14ea7a0b524372ec29c0fb00277685ff1daa2073 /pkgs/applications/editors/edbrowse
parent333a24a628391137a7283f09498edd5822f12023 (diff)
downloadnixlib-8e5088593f670cc50bbaf0dd3e11d183f7feb7fa.tar
nixlib-8e5088593f670cc50bbaf0dd3e11d183f7feb7fa.tar.gz
nixlib-8e5088593f670cc50bbaf0dd3e11d183f7feb7fa.tar.bz2
nixlib-8e5088593f670cc50bbaf0dd3e11d183f7feb7fa.tar.lz
nixlib-8e5088593f670cc50bbaf0dd3e11d183f7feb7fa.tar.xz
nixlib-8e5088593f670cc50bbaf0dd3e11d183f7feb7fa.tar.zst
nixlib-8e5088593f670cc50bbaf0dd3e11d183f7feb7fa.zip
edbrowse: 3.7.2 -> 3.7.3
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 binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 3.7.3 with grep in /nix/store/w057l445jk9l35d2z1pql5jwcp1p1y0y-edbrowse-3.7.3
- directory tree listing: https://gist.github.com/8e186ea226866b6eec7612e33cf13c32
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 a6611d2f167d..862739b4ed01 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.2";
+  version = "3.7.3";
 
   buildInputs = [ curl pcre readline openssl duktape perl html-tidy ];
 
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
     owner = "CMB";
     repo = "edbrowse";
     rev = "v${version}";
-    sha256 = "00wi0m91zf8p8wk4ixlz99dndgv4xqy93m2vsiwdr3khw3jwipp2";
+    sha256 = "19qdxigp0qv5vyy0hpn0czcc8papvivsjrxx7p367ihizm39yzla";
   };
   meta = with stdenv.lib; {
     description = "Command Line Editor Browser";