Merge pull request #35942 from ryantm/auto-update/openspecfun-0.4-to-0.5.3

openspecfun: 0.4 -> 0.5.3
This commit is contained in:
Thomas Tuegel 2018-02-28 10:03:39 -06:00 committed by GitHub
commit 6302143397
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,10 @@
{ stdenv, fetchurl, gfortran }:
stdenv.mkDerivation {
name = "openspecfun-0.4";
name = "openspecfun-0.5.3";
src = fetchurl {
url = "https://github.com/JuliaLang/openspecfun/archive/v0.4.tar.gz";
sha256 = "0nsa3jjmlhcqkw5ba5ypbn3n0c8b6lc22zzlxnmxkxi9shhdx65z";
url = "https://github.com/JuliaLang/openspecfun/archive/v0.5.3.tar.gz";
sha256 = "1rs1bv8jq751fv9vq79890wqf9xlbjc7lvz3ighzyfczbyjcf18m";
};
makeFlags = [ "prefix=$(out)" ];