about summary refs log tree commit diff
path: root/pkgs/development/tools/ocaml
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-10-31 22:15:57 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-10-31 22:15:57 +0000
commit094eb77f323e1e33bd09378edb2207a902ff5a7b (patch)
tree38950b7313b5d1d43fcba83dcca05210d652d421 /pkgs/development/tools/ocaml
parent2784272f5baa2ade2347c1e02a9665d85b85d723 (diff)
opam-publish: 2.2.0 -> 2.3.0
Diffstat (limited to 'pkgs/development/tools/ocaml')
-rw-r--r--pkgs/development/tools/ocaml/opam-publish/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/ocaml/opam-publish/default.nix b/pkgs/development/tools/ocaml/opam-publish/default.nix
index e5278068c8f10..dec119bc762c7 100644
--- a/pkgs/development/tools/ocaml/opam-publish/default.nix
+++ b/pkgs/development/tools/ocaml/opam-publish/default.nix
@@ -4,13 +4,13 @@ with ocamlPackages;
 
 buildDunePackage rec {
   pname = "opam-publish";
-  version = "2.2.0";
+  version = "2.3.0";
 
   src = fetchFromGitHub {
     owner = "ocaml-opam";
     repo = pname;
     rev = version;
-    sha256 = "sha256-FNAWok5tjTOwwpNZ0Xcu9E/R8iXStZqCk/Vqdf9l+zs=";
+    sha256 = "sha256-CiZOljFBUUC3ExGSzzTATGqmxKjbzjRlL4aaL/fx9zI=";
   };
 
   duneVersion = "3";