summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-19 22:12:04 -0700
committerRyan Mulligan <ryan@ryantm.com>2018-03-19 22:12:04 -0700
commit2ebf72573ea79c86a1cdb741bef989297a8921d2 (patch)
treef4ebf95cc3f6b80e40929c264201c7c2d7c4659b /pkgs/shells
parent8b097fc7f66a657467e566ea1c1ff94f66c5b03a (diff)
downloadnixlib-2ebf72573ea79c86a1cdb741bef989297a8921d2.tar
nixlib-2ebf72573ea79c86a1cdb741bef989297a8921d2.tar.gz
nixlib-2ebf72573ea79c86a1cdb741bef989297a8921d2.tar.bz2
nixlib-2ebf72573ea79c86a1cdb741bef989297a8921d2.tar.lz
nixlib-2ebf72573ea79c86a1cdb741bef989297a8921d2.tar.xz
nixlib-2ebf72573ea79c86a1cdb741bef989297a8921d2.tar.zst
nixlib-2ebf72573ea79c86a1cdb741bef989297a8921d2.zip
bash-completion: 2.7 -> 2.8
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. 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 2.8 with grep in /nix/store/svgfjl0v59ff90l6h2gzbsplhbk3aqhp-bash-completion-2.8
- directory tree listing: https://gist.github.com/23a9bb8eddc5667ef5a94d69ea7ab340
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/bash-completion/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/shells/bash-completion/default.nix b/pkgs/shells/bash-completion/default.nix
index 1c1b83d67b95..b5f600da8f7e 100644
--- a/pkgs/shells/bash-completion/default.nix
+++ b/pkgs/shells/bash-completion/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "bash-completion-${version}";
-  version = "2.7";
+  version = "2.8";
 
   src = fetchurl {
     url = "https://github.com/scop/bash-completion/releases/download/${version}/${name}.tar.xz";
-    sha256 = "07j484vb3k90f4989xh1g1x99g01akrp69p3dml4lza27wnqkfj1";
+    sha256 = "0kgmflrr1ga9wfk770vmakna3nj46ylb5ky9ipd0v2k9ymq5a7y0";
   };
 
   doCheck = true;