Merge pull request #218582 from trofi/gnumake-update

gnumake: 4.4 -> 4.4.1
This commit is contained in:
Sergei Trofimovich 2023-03-02 21:44:27 +00:00 committed by GitHub
commit 87bfed8733
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,11 +14,11 @@ in
stdenv.mkDerivation rec {
pname = "gnumake";
version = "4.4";
version = "4.4.1";
src = fetchurl {
url = "mirror://gnu/make/make-${version}.tar.gz";
sha256 = "sha256-WB9NToctp0s5Qch0IViYp9NYAvA3Mr3M7h1KeXkQXRg=";
sha256 = "sha256-3Rb7HWe/q3mnL16DkHNcSePo5wtJRaFasfgd23hlj7M=";
};
# to update apply these patches with `git am *.patch` to https://git.savannah.gnu.org/git/make.git