gnumake: 4.4 -> 4.4.1

Changes: https://lists.gnu.org/archive/html/info-gnu/2023-02/msg00011.html

+2 -2
+2 -2
pkgs/development/tools/build-managers/gnumake/default.nix
··· 14 14 15 15 stdenv.mkDerivation rec { 16 16 pname = "gnumake"; 17 - version = "4.4"; 17 + version = "4.4.1"; 18 18 19 19 src = fetchurl { 20 20 url = "mirror://gnu/make/make-${version}.tar.gz"; 21 - sha256 = "sha256-WB9NToctp0s5Qch0IViYp9NYAvA3Mr3M7h1KeXkQXRg="; 21 + sha256 = "sha256-3Rb7HWe/q3mnL16DkHNcSePo5wtJRaFasfgd23hlj7M="; 22 22 }; 23 23 24 24 # to update apply these patches with `git am *.patch` to https://git.savannah.gnu.org/git/make.git