Merge pull request #134238 from r-ryantm/auto-update/openspecfun

openspecfun: 0.5.3 -> 0.5.5
This commit is contained in:
davidak 2021-08-19 22:43:34 +02:00 committed by GitHub
commit aacc11ab04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "openspecfun";
version = "0.5.3";
version = "0.5.5";
src = fetchFromGitHub {
owner = "JuliaLang";
repo = "openspecfun";
rev = "v${version}";
sha256 = "0pfw6l3ch7isz403llx7inxlvavqh01jh1hb9dpidi86sjjx9kfh";
sha256 = "sha256-fX2wc8LHUcF5nN/hiA60ZZ7emRTs0SznOm/0q6lD+Ko=";
};
makeFlags = [ "prefix=$(out)" ];