beluga: 1.1.2 -> 1.1.3

This commit is contained in:
R. Ryantm
2025-09-10 06:28:05 +00:00
parent d581d019cf
commit 7207da7149
+2 -2
View File
@@ -6,13 +6,13 @@
ocamlPackages.buildDunePackage rec {
pname = "beluga";
version = "1.1.2";
version = "1.1.3";
src = fetchFromGitHub {
owner = "Beluga-lang";
repo = "Beluga";
tag = "v${version}";
hash = "sha256-QUZ3mmd0gBQ+hnAeo/TbvFsETnThAdAoQyfpz2F//4g=";
hash = "sha256-bMaLjHq/3ZrST5E9lBSIX0T2cAhDin+lv1XwgUF4/7w=";
};
duneVersion = "3";