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

openspecfun: 0.5.6 -> 0.5.7
This commit is contained in:
Matthias Beyer
2024-05-13 18:51:20 +02:00
committed by GitHub
@@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "openspecfun";
version = "0.5.6";
version = "0.5.7";
src = fetchFromGitHub {
owner = "JuliaLang";
repo = "openspecfun";
rev = "v${version}";
sha256 = "sha256-4MPoRMtDTkdvDfhNXKk/80pZjXRNEPcysLNTb5ohxWk=";
sha256 = "sha256-fx9z6bbU2V4x6Pr7/vmlSxkWxZ6qTYuPxnfqKLv08CA=";
};
makeFlags = [ "prefix=$(out)" ];