Merge pull request #42256 from r-ryantm/auto-update/gsl

gsl: 2.4 -> 2.5
This commit is contained in:
Lancelot SIX 2018-06-21 15:21:48 +02:00 committed by GitHub
commit 5fc06030f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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