From e9b85ea2c01dfc7eed61c63f2a9ae11be0da1136 Mon Sep 17 00:00:00 2001 From: Aleksi Hannula Date: Wed, 14 Jan 2026 14:12:52 +0200 Subject: [PATCH] minimal-bootstrap.bash{,-static}: 5.2.15 -> 5.3 --- pkgs/os-specific/linux/minimal-bootstrap/bash/default.nix | 4 ++-- pkgs/os-specific/linux/minimal-bootstrap/bash/static.nix | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/pkgs/os-specific/linux/minimal-bootstrap/bash/default.nix b/pkgs/os-specific/linux/minimal-bootstrap/bash/default.nix index aa414c9479cc..61e2dcd3352f 100644 --- a/pkgs/os-specific/linux/minimal-bootstrap/bash/default.nix +++ b/pkgs/os-specific/linux/minimal-bootstrap/bash/default.nix @@ -20,11 +20,11 @@ let inherit (import ./common.nix { inherit lib; }) meta; pname = "bash"; - version = "5.2.37"; + version = "5.3"; src = fetchurl { url = "mirror://gnu/bash/bash-${version}.tar.gz"; - hash = "sha256-lZmyLs0dV4etfTt78MWfMSszltHigRdd0fikAU2mIf8="; + hash = "sha256-DVzYaWX4aaJs9k9Lcb57lvkKO6iz104n6OnZ1VUPMbo="; }; patches = [ diff --git a/pkgs/os-specific/linux/minimal-bootstrap/bash/static.nix b/pkgs/os-specific/linux/minimal-bootstrap/bash/static.nix index dff88a1aee20..5f6d6abdab61 100644 --- a/pkgs/os-specific/linux/minimal-bootstrap/bash/static.nix +++ b/pkgs/os-specific/linux/minimal-bootstrap/bash/static.nix @@ -19,11 +19,11 @@ let inherit (import ./common.nix { inherit lib; }) meta; pname = "bash-static"; - version = "5.2.15"; + version = "5.3"; src = fetchurl { url = "mirror://gnu/bash/bash-${version}.tar.gz"; - sha256 = "132qng0jy600mv1fs95ylnlisx2wavkkgpb19c6kmz7lnmjhjwhk"; + sha256 = "sha256-DVzYaWX4aaJs9k9Lcb57lvkKO6iz104n6OnZ1VUPMbo="; }; in bash.runCommand "${pname}-${version}" @@ -63,7 +63,6 @@ bash.runCommand "${pname}-${version}" --host=${hostPlatform.config} \ --without-bash-malloc \ --enable-static-link \ - bash_cv_func_strtoimax=y \ CC=musl-gcc # Build