From cb156b915f383a35087b036cfb7b83c87215e3af Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Mon, 22 Sep 2025 08:05:03 +0200 Subject: [PATCH] =?UTF-8?q?ocamlPackages.earlybird:=201.3.3=20=E2=86=92=20?= =?UTF-8?q?1.3.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/development/ocaml-modules/earlybird/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/ocaml-modules/earlybird/default.nix b/pkgs/development/ocaml-modules/earlybird/default.nix index 4d07d9a35d91..1f8aad31337b 100644 --- a/pkgs/development/ocaml-modules/earlybird/default.nix +++ b/pkgs/development/ocaml-modules/earlybird/default.nix @@ -20,15 +20,15 @@ buildDunePackage rec { pname = "earlybird"; - version = "1.3.3"; + version = "1.3.4"; minimalOCamlVersion = "4.12"; src = fetchFromGitHub { owner = "hackwaly"; repo = "ocamlearlybird"; - rev = version; - hash = "sha256-TzRJ+0I3VEx4Lvj3lhN9POzlXRgmTTdD5Bg1AX0pf3c="; + tag = version; + hash = "sha256-uwx8N4GDs7NT2fEmNlvdBe2cIZGVPQpoaiiKROFa+kk="; }; nativeBuildInputs = [ menhir ];