about summary refs log tree commit diff
path: root/pkgs/tools/misc/brltty
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-03-21 00:02:04 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-03-21 00:02:04 -0700
commit4a317e9e87ffc6dff0d214e92c0de480f5da182e (patch)
tree5d4145ce8d87956bb9e0407d687149aac77e9c75 /pkgs/tools/misc/brltty
parent213d6dd6ac1e440e95398448dae4bd6cf24989dd (diff)
downloadnixlib-4a317e9e87ffc6dff0d214e92c0de480f5da182e.tar
nixlib-4a317e9e87ffc6dff0d214e92c0de480f5da182e.tar.gz
nixlib-4a317e9e87ffc6dff0d214e92c0de480f5da182e.tar.bz2
nixlib-4a317e9e87ffc6dff0d214e92c0de480f5da182e.tar.lz
nixlib-4a317e9e87ffc6dff0d214e92c0de480f5da182e.tar.xz
nixlib-4a317e9e87ffc6dff0d214e92c0de480f5da182e.tar.zst
nixlib-4a317e9e87ffc6dff0d214e92c0de480f5da182e.zip
brltty: 5.6 -> 6.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/brltty/versions
Diffstat (limited to 'pkgs/tools/misc/brltty')
-rw-r--r--pkgs/tools/misc/brltty/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/brltty/default.nix b/pkgs/tools/misc/brltty/default.nix
index 99ba8e5e5159..fa7457b417e5 100644
--- a/pkgs/tools/misc/brltty/default.nix
+++ b/pkgs/tools/misc/brltty/default.nix
@@ -6,11 +6,11 @@ assert alsaSupport -> alsaLib != null;
 assert systemdSupport -> systemd != null;
 
 stdenv.mkDerivation rec {
-  name = "brltty-5.6";
+  name = "brltty-6.0";
 
   src = fetchurl {
     url = "http://brltty.com/archive/${name}.tar.gz";
-    sha256 = "06by51n35w0jq14w1vimxk3ssrlmiiw49wpxw29rasc106mpysfn";
+    sha256 = "0lmp9ab8gp4yv8m3qx4gxns3prrh7kvh8sfcd6vc45h40cgcsjxg";
   };
 
   nativeBuildInputs = [ pkgconfig python3.pkgs.cython ];