forked from mirrors/nixpkgs
GLPK 4.46.
svn path=/nixpkgs/trunk/; revision=28745
This commit is contained in:
parent
7a7be1202f
commit
a5ff05ebca
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
{ fetchurl, stdenv }:
|
{ fetchurl, stdenv }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "glpk-4.45";
|
name = "glpk-4.46";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnu/glpk/${name}.tar.gz";
|
url = "mirror://gnu/glpk/${name}.tar.gz";
|
||||||
sha256 = "13797cvyrvhga22klap9y370dlbnh40z5cf1dfkdjdj47mhwn1wj";
|
sha256 = "0hijkq44yxbq017wxqh441zz2rpdap6x1brp122i6s7hca147gpv";
|
||||||
};
|
};
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue