Merge pull request #189365 from r-ryantm/auto-update/ocaml4.14.0-tcpip

ocamlPackages.tcpip: 7.1.0 -> 7.1.2
This commit is contained in:
superherointj 2022-09-19 09:51:08 -03:00 committed by GitHub
commit 03eb2fb6a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,13 +13,13 @@
buildDunePackage rec {
pname = "tcpip";
version = "7.1.0";
version = "7.1.2";
useDune2 = true;
src = fetchurl {
url = "https://github.com/mirage/mirage-${pname}/releases/download/v${version}/${pname}-${version}.tbz";
sha256 = "sha256-4nd2OVZa4w22I4bgglnS8lrNfjTk40PL5n6Oh6n+osw=";
sha256 = "sha256-lraur6NfFD9yddG+y21jlHKt82gLgYBBbedltlgcRm0=";
};
nativeBuildInputs = [