From b6ea50cbadccb5bc01cd099b0e537ac769e5f9dd Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 23 Aug 2025 13:23:52 +0000 Subject: [PATCH] ocamlPackages.github: 4.4.1 -> 4.5.0 --- pkgs/development/ocaml-modules/github/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/ocaml-modules/github/default.nix b/pkgs/development/ocaml-modules/github/default.nix index e104f98b743d..fcbba9d709b3 100644 --- a/pkgs/development/ocaml-modules/github/default.nix +++ b/pkgs/development/ocaml-modules/github/default.nix @@ -13,13 +13,13 @@ buildDunePackage rec { pname = "github"; - version = "4.4.1"; + version = "4.5.0"; src = fetchFromGitHub { owner = "mirage"; repo = "ocaml-github"; rev = version; - sha256 = "sha256-psUIiIvjVV2NTlBtHnBisWreaKKnsqIjKT2+mLnfsxg="; + sha256 = "sha256-/IRoaGh4nYcdv4ir3LOS1d9UHLfWJ6DdPyFoFVCS+p4="; }; duneVersion = "3";