ocamlPackages.git: 3.10.1 → 3.12.0

This commit is contained in:
Vincent Laporte 2023-02-21 08:42:48 +01:00
parent ad9c008fd0
commit 013f6a3a38
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -8,14 +8,14 @@
buildDunePackage rec { buildDunePackage rec {
pname = "git"; pname = "git";
version = "3.10.1"; version = "3.12.0";
minimalOCamlVersion = "4.08"; minimalOCamlVersion = "4.08";
duneVersion = "3"; duneVersion = "3";
src = fetchurl { src = fetchurl {
url = "https://github.com/mirage/ocaml-git/releases/download/${version}/git-${version}.tbz"; url = "https://github.com/mirage/ocaml-git/releases/download/${version}/git-${version}.tbz";
sha256 = "sha256-plu69FIpyJcuZ8nJ3QnufLnDEjtcsoAd8czKHfzTkd8="; hash = "sha256-qgd5fny23J6pcOdgwB3Yt1UxJii2XE25OjcSVFdLMKA=";
}; };
# remove changelog for the carton package # remove changelog for the carton package