Merge pull request #26740 from lsix/update_gsl

gsl: 2.3 -> 2.4
This commit is contained in:
Jörg Thalheim 2017-06-25 10:11:50 +01:00 committed by GitHub
commit bc7d575c52

View File

@ -1,11 +1,11 @@
{ fetchurl, fetchpatch, stdenv }:
stdenv.mkDerivation rec {
name = "gsl-2.3";
name = "gsl-2.4";
src = fetchurl {
url = "mirror://gnu/gsl/${name}.tar.gz";
sha256 = "1yxdzqjwmi2aid650fa9zyr8llw069x7lm489wx9nnfdi6vh09an";
sha256 = "16yfs5n444s03np1naj6yp1fsysd42kdscxzkg0k2yvfjixx0ijd";
};
patches = [