bash: update hash following upstream re-release

In https://github.com/NixOS/nixpkgs/pull/427862#issuecomment-3141489866
we found out that `bash` did a re-release to regenerate `.gmo` files.
Let's update the hash.

Closes: https://github.com/NixOS/nixpkgs/issues/429953
This commit is contained in:
Sergei Trofimovich
2025-08-01 07:08:57 +01:00
parent 08f942ee90
commit 33a086ac03
+1 -1
View File
@@ -36,7 +36,7 @@ lib.warnIf (withDocs != null)
src = fetchurl {
url = "mirror://gnu/bash/bash-${lib.removeSuffix patch_suffix version}.tar.gz";
hash = "sha256-Yt1JxEw5ntGz9/cx6Hp4IzTYNPCOCYo18sh1R9Xbsmk=";
hash = "sha256-DVzYaWX4aaJs9k9Lcb57lvkKO6iz104n6OnZ1VUPMbo=";
};
hardeningDisable = [