openspecfun: 0.5.5 -> 0.5.6

This commit is contained in:
R. Ryantm 2023-10-12 05:52:54 +00:00
parent 535734e71c
commit 861a30b80c

View file

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