From 64f4a892cf01d1f967c1ddc6e0f09e69a16ac55e Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Mon, 6 Jul 2026 07:38:33 +0200 Subject: [PATCH] =?UTF-8?q?ocamlPackages.gapi-ocaml:=200.4.8=20=E2=86=92?= =?UTF-8?q?=200.4.9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/development/ocaml-modules/gapi-ocaml/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/development/ocaml-modules/gapi-ocaml/default.nix b/pkgs/development/ocaml-modules/gapi-ocaml/default.nix index a6bec8a069cb..accd07f110af 100644 --- a/pkgs/development/ocaml-modules/gapi-ocaml/default.nix +++ b/pkgs/development/ocaml-modules/gapi-ocaml/default.nix @@ -12,7 +12,7 @@ buildDunePackage (finalAttrs: { pname = "gapi-ocaml"; - version = if lib.versionAtLeast cryptokit.version "1.21" then "0.4.8" else "0.4.7"; + version = if lib.versionAtLeast cryptokit.version "1.21" then "0.4.9" else "0.4.7"; src = fetchFromGitHub { owner = "astrada"; @@ -21,7 +21,7 @@ buildDunePackage (finalAttrs: { hash = { "0.4.7" = "sha256-uQJfrgF0oafURlamHslt9hX9MP4vFeVqDhuX7T/kjiY="; - "0.4.8" = "sha256-RvHcse3ech8BwnR0Kd1oE5ycAdSBpeQ0IGAp9egFbBY="; + "0.4.9" = "sha256-UWoWWpCAKCNEwEFO4UBXrTO49QyxLXrulDHX6dGr0z4="; } ."${finalAttrs.version}"; }; @@ -42,6 +42,7 @@ buildDunePackage (finalAttrs: { description = "OCaml client for google services"; homepage = "https://github.com/astrada/gapi-ocaml"; license = lib.licenses.mit; + platforms = lib.platforms.linux; maintainers = with lib.maintainers; [ bennofs ]; }; })