ocamlPackages.github: 4.4.1 -> 4.5.0 (#436194)

This commit is contained in:
Wolfgang Walther
2025-09-23 11:10:12 +00:00
committed by GitHub

View File

@@ -13,13 +13,13 @@
buildDunePackage rec { buildDunePackage rec {
pname = "github"; pname = "github";
version = "4.4.1"; version = "4.5.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mirage"; owner = "mirage";
repo = "ocaml-github"; repo = "ocaml-github";
rev = version; rev = version;
sha256 = "sha256-psUIiIvjVV2NTlBtHnBisWreaKKnsqIjKT2+mLnfsxg="; sha256 = "sha256-/IRoaGh4nYcdv4ir3LOS1d9UHLfWJ6DdPyFoFVCS+p4=";
}; };
duneVersion = "3"; duneVersion = "3";