From ffca9ffaaafb38c8979068cee98b2644bd3f14cb Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Mon, 5 Dec 2022 09:32:22 +0100 Subject: [PATCH] =?UTF-8?q?ocamlPackages.uecc:=200.3=20=E2=86=92=200.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/development/ocaml-modules/uecc/default.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pkgs/development/ocaml-modules/uecc/default.nix b/pkgs/development/ocaml-modules/uecc/default.nix index 5e24f955b17d..efb86d862476 100644 --- a/pkgs/development/ocaml-modules/uecc/default.nix +++ b/pkgs/development/ocaml-modules/uecc/default.nix @@ -2,17 +2,15 @@ buildDunePackage rec { pname = "uecc"; - version = "0.3"; + version = "0.4"; src = fetchFromGitLab { owner = "nomadic-labs"; repo = "ocaml-uecc"; rev = "v${version}"; - sha256 = "0m3cw34254baajscrwlrj0jp5n0yad3dhgi4jh3pz89iqykj15fr"; + hash = "sha256-o/DylUx+olRRloiCU6b1t/xOmW8A5IZB2n3U7fkMo80="; }; - useDune2 = true; - propagatedBuildInputs = [ bigstring ];