summaryrefslogtreecommitdiffstats
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorRobert Hensing <roberth@users.noreply.github.com>2020-12-22 21:57:08 +0100
committerGitHub <noreply@github.com>2020-12-22 21:57:08 +0100
commit1a553d53c7ff8a95e592d259281a991a51da5e78 (patch)
treefccfa1e3994ec0a7bb3b7fabebc4246e9b8cb0a3 /pkgs/top-level
parentaebe77d84f08d2453732f04e22db1c78a7453c81 (diff)
parent7bc70734309575715c5b3b8c6018a73027e90d5a (diff)
Merge pull request #107354 from lrworth/bash-5.1
bash: 5.0 -> 5.1
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index af37c0844850..721a65a417db 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -8690,8 +8690,8 @@ in
any-nix-shell = callPackage ../shells/any-nix-shell { };
bash = lowPrio (callPackage ../shells/bash/4.4.nix { });
- bash_5 = lowPrio (callPackage ../shells/bash/5.0.nix { });
- bashInteractive_5 = lowPrio (callPackage ../shells/bash/5.0.nix {
+ bash_5 = lowPrio (callPackage ../shells/bash/5.1.nix { });
+ bashInteractive_5 = lowPrio (callPackage ../shells/bash/5.1.nix {
interactive = true;
withDocs = true;
});