tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
libf2c: 20100903 -> 20160102
fixes #36607
Jörg Thalheim
8 years ago
6625fb8a
ca7cb6a5
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
libf2c
default.nix
+2
-2
pkgs/development/libraries/libf2c/default.nix
···
1
1
{stdenv, fetchurl, unzip}:
2
2
3
3
stdenv.mkDerivation rec {
4
4
-
name = "libf2c-20100903";
4
4
+
name = "libf2c-20160102";
5
5
6
6
src = fetchurl {
7
7
url = http://www.netlib.org/f2c/libf2c.zip;
8
8
-
sha256 = "1mcp1lh7gay7hm186dr0wvwd2bc05xydhnc1qy3dqs4n3r102g7i";
8
8
+
sha256 = "1q78y8j8xpl8zdzdxmn5ablss56hi5a7vz3idam9l2nfx5q40h6a";
9
9
};
10
10
11
11
unpackPhase = ''