summaryrefslogtreecommitdiffstats
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorLuke Worth <luke.worth@bellroy.com>2020-12-22 10:41:27 +1100
committerLuke Worth <luke.worth@bellroy.com>2020-12-22 10:43:59 +1100
commit7bc70734309575715c5b3b8c6018a73027e90d5a (patch)
tree09a96118d0036806de30d657825aa2037812b058 /pkgs/top-level
parent583470209f9d51f1c6884e0afb5a9949ac988bcd (diff)
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 a8d38227020b..55db97c33a7f 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -8687,8 +8687,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;
});