From 69f972fece0e77bc5c89ddb6c2b52065972dc244 Mon Sep 17 00:00:00 2001 From: Aleksi Hannula Date: Wed, 14 Jan 2026 14:18:57 +0200 Subject: [PATCH] minimal-bootstrap.gnugrep-static: 3.11 -> 3.12 --- pkgs/os-specific/linux/minimal-bootstrap/gnugrep/static.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/os-specific/linux/minimal-bootstrap/gnugrep/static.nix b/pkgs/os-specific/linux/minimal-bootstrap/gnugrep/static.nix index 696a70a3faff..cf6b9d9e246e 100644 --- a/pkgs/os-specific/linux/minimal-bootstrap/gnugrep/static.nix +++ b/pkgs/os-specific/linux/minimal-bootstrap/gnugrep/static.nix @@ -18,11 +18,11 @@ }: let pname = "gnugrep-static"; - version = "3.11"; + version = "3.12"; src = fetchurl { url = "mirror://gnu/grep/grep-${version}.tar.xz"; - hash = "sha256-HbKu3eidDepCsW2VKPiUyNFdrk4ZC1muzHj1qVEnbqs="; + hash = "sha256-JkmyfA6Q5jLq3NdXvgbG6aT0jZQd5R58D4P/dkCKB7k="; }; in bash.runCommand "${pname}-${version}"