Merge pull request #329544 from r-ryantm/auto-update/ocamlPackages.ringo

ocamlPackages.ringo: 1.0.0 -> 1.1.0
This commit is contained in:
tomberek 2024-08-04 15:20:13 -04:00 committed by GitHub
commit c7b65ce750
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,12 +2,12 @@
buildDunePackage rec {
pname = "ringo";
version = "1.0.0";
version = "1.1.0";
src = fetchFromGitLab {
owner = "nomadic-labs";
repo = "ringo";
rev = "v${version}";
hash = "sha256-9HW3M27BxrEPbF8cMHwzP8FmJduUInpQQAE2672LOuU=";
hash = "sha256-8dThhY7TIjd0lLdCt6kxr0yhgVGDyN6ZMSx0Skfbcwk=";
};
minimalOCamlVersion = "4.08";