Merge pull request #250980 from markuskowa/upd-f2c

f2c: 20200916 -> 20230428
This commit is contained in:
Matthias Beyer 2023-08-23 17:24:29 +02:00 committed by GitHub
commit 07887c454f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation {
pname = "f2c";
version = "20200916";
version = "20230428";
src = fetchurl {
url = "https://www.netlib.org/f2c/src.tgz";
sha256 = "0d8xfbv6dk4dz95qds7sd44b5hvara07f2g2c5g4xiwim9b7916l";
sha256 = "sha256-dLpnwyGjtikhbH7VpIoGHD5cNyKshc6wHczmkTdRcFo=";
};
makeFlags = [ "-f" "makefile.u" ];