summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-05-29 04:25:28 -0600
committerGitHub <noreply@github.com>2023-05-29 04:25:28 -0600
commit768823d0d3e56e0178e284c655204201a80792d1 (patch)
tree399c065df1ff12dafae32b081df14bdc324c0ef3
parentMerge pull request #234737 from NixOS/backport-234700-to-release-23.05 (diff)
parentocamlPackages.gapi-ocaml: 0.4.3 -> 0.4.4 (diff)
downloadnixpkgs-768823d0d3e56e0178e284c655204201a80792d1.tar.gz
Merge pull request #234762 from NixOS/backport-234561-to-release-23.05
[Backport release-23.05] ocamlPackages.gapi-ocaml: 0.4.3 -> 0.4.4
-rw-r--r--pkgs/development/ocaml-modules/gapi-ocaml/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/ocaml-modules/gapi-ocaml/default.nix b/pkgs/development/ocaml-modules/gapi-ocaml/default.nix
index 837a481cf1bd..dc8bc2568415 100644
--- a/pkgs/development/ocaml-modules/gapi-ocaml/default.nix
+++ b/pkgs/development/ocaml-modules/gapi-ocaml/default.nix
@@ -5,7 +5,7 @@
buildDunePackage rec {
pname = "gapi-ocaml";
- version = "0.4.3";
+ version = "0.4.4";
duneVersion = "3";
minimalOCamlVersion = "4.08";
@@ -14,7 +14,7 @@ buildDunePackage rec {
owner = "astrada";
repo = pname;
rev = "v${version}";
- sha256 = "sha256-V0GB9Bd06IdcI5PDFHGVZ0Y/qi7tTs/4ITqPXUOxCLs=";
+ hash = "sha256-+UNFW5tmIh5dVyTDEOfOmy1j+gV4P28jlnBTdpQNAjE=";
};
propagatedBuildInputs = [ cryptokit ocamlnet ocurl yojson ];
@@ -24,7 +24,7 @@ buildDunePackage rec {
meta = {
description = "OCaml client for google services";
- inherit (src.meta) homepage;
+ homepage = "https://github.com/astrada/gapi-ocaml";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ bennofs ];
};