From 33a086ac03856a49abfdd35e800dc28ce8410e97 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Fri, 1 Aug 2025 07:06:20 +0100 Subject: [PATCH] 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 --- pkgs/shells/bash/5.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/shells/bash/5.nix b/pkgs/shells/bash/5.nix index 70a615951c3e..424769a4a5c1 100644 --- a/pkgs/shells/bash/5.nix +++ b/pkgs/shells/bash/5.nix @@ -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 = [