Skip to content

Commit

Permalink
Merge pull request #310322 from r-ryantm/auto-update/bash-completion
Browse files Browse the repository at this point in the history
bash-completion: 2.13.0 -> 2.14.0
  • Loading branch information
SuperSandro2000 authored May 19, 2024
2 parents bd935fc + 7e5879f commit b6a0d86
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pkgs/shells/bash/bash-completion/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{ lib, stdenv, fetchurl
, fetchpatch
, autoreconfHook
, perl
, ps
Expand All @@ -9,15 +8,15 @@

stdenv.mkDerivation rec {
pname = "bash-completion";
version = "2.13.0";
version = "2.14.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
# test fixtures that are part of the repository.
# 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 = "sha256-xfmaOeQPDRVMA/8VQ46H7OH1rGZjNqRFmJni/0vt89E=";
url = "https://github.com/scop/bash-completion/releases/download/${version}/bash-completion-${version}.tar.xz";
sha256 = "sha256-XHSU+WgoCDLWrbWqGfdFpW8aed8xHlkzjF76b3KF4Wg=";
};

strictDeps = true;
Expand Down

0 comments on commit b6a0d86

Please sign in to comment.