Merge pull request #37408 from ryantm/auto-update/bash-completion
bash-completion: 2.7 -> 2.8
This commit is contained in:
commit
d10666c20a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user