From 54dd799637adfadc5c3535af56cc241adb319f59 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 15 Apr 2025 19:13:06 +0000 Subject: [PATCH] ocamlPackages.tcpip: 9.0.0 -> 9.0.1 --- pkgs/development/ocaml-modules/tcpip/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/ocaml-modules/tcpip/default.nix b/pkgs/development/ocaml-modules/tcpip/default.nix index 5ca99b287b91..26fbd2bd77e4 100644 --- a/pkgs/development/ocaml-modules/tcpip/default.nix +++ b/pkgs/development/ocaml-modules/tcpip/default.nix @@ -32,11 +32,11 @@ buildDunePackage rec { pname = "tcpip"; - version = "9.0.0"; + version = "9.0.1"; src = fetchurl { url = "https://github.com/mirage/mirage-${pname}/releases/download/v${version}/${pname}-${version}.tbz"; - hash = "sha256-WTd+01kIDY2pSuyRR0pTO62VXBK+eYJ77IU8y0ltZZo="; + hash = "sha256-+sB86YaBHPXj1xNz2StjHMMPvvVI1tohsJFyEtz5CwM="; }; nativeBuildInputs = [