Merge pull request #290411 from r-ryantm/auto-update/bash-completion

bash-completion: 2.11 -> 2.13.0
This commit is contained in:
Naïm Favier 2024-04-10 14:11:15 +02:00 committed by GitHub
commit 866d7b70c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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;