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

ocamlPackages.tcpip: 7.1.0 -> 7.1.2

authored by superherointj and committed by GitHub 03eb2fb6 3d2fa275

+2 -2
+2 -2
pkgs/development/ocaml-modules/tcpip/default.nix
··· 13 13 14 14 buildDunePackage rec { 15 15 pname = "tcpip"; 16 - version = "7.1.0"; 16 + version = "7.1.2"; 17 17 18 18 useDune2 = true; 19 19 20 20 src = fetchurl { 21 21 url = "https://github.com/mirage/mirage-${pname}/releases/download/v${version}/${pname}-${version}.tbz"; 22 - sha256 = "sha256-4nd2OVZa4w22I4bgglnS8lrNfjTk40PL5n6Oh6n+osw="; 22 + sha256 = "sha256-lraur6NfFD9yddG+y21jlHKt82gLgYBBbedltlgcRm0="; 23 23 }; 24 24 25 25 nativeBuildInputs = [