bash-completion: 2.11 -> 2.13.0

This commit is contained in:
R. Ryantm 2024-04-06 21:14:36 +00:00
parent f6eb921406
commit d1001631bc
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
stdenv.mkDerivation rec {
pname = "bash-completion";
version = "2.11";
version = "2.13.0";
# Using fetchurl because fetchGithub or fetchzip will have trouble on
# e.g. APFS filesystems (macOS) because of non UTF-8 characters in some of the
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
# See discussion in https://github.com/NixOS/nixpkgs/issues/107768
src = fetchurl {
url = "https://github.com/scop/${pname}/releases/download/${version}/${pname}-${version}.tar.xz";
sha256 = "1b0iz7da1sgifx1a5wdyx1kxbzys53v0kyk8nhxfipllmm5qka3k";
sha256 = "sha256-xfmaOeQPDRVMA/8VQ46H7OH1rGZjNqRFmJni/0vt89E=";
};
strictDeps = true;